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