{"code":"/**\r\n * Returns the initial (first) item in the input array\r\n */\r\nconst initial = (arr) => arr[0];\r\nexport default initial;\r\n//# sourceMappingURL=index.js.map","map":"{\"version\":3,\"file\":\"index.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../src/arrays/initial/index.ts\"],\"names\":[],\"mappings\":\"AAAA;;GAEG;AACH,MAAM,OAAO,GAAG,CAAC,GAAU,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACvC,eAAe,OAAO,CAAC\"}","dts":{"name":"/Users/thibault/Development/pure-fun/arrays/initial/index.d.ts","writeByteOrderMark":false,"text":"/**\r\n * Returns the initial (first) item in the input array\r\n */\r\ndeclare const initial: (arr: any[]) => any;\r\nexport default initial;\r\n"}}
