{"code":"/**\r\n * Checks if the array is empty\r\n */\r\nconst isEmpty = (arr) => arr.length < 1;\r\nexport default isEmpty;\r\n//# sourceMappingURL=index.js.map","map":"{\"version\":3,\"file\":\"index.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../src/arrays/isEmpty/index.ts\"],\"names\":[],\"mappings\":\"AAAA;;GAEG;AACH,MAAM,OAAO,GAAG,CAAC,GAAU,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,GAAG,CAAC,CAAC;AAC/C,eAAe,OAAO,CAAC\"}","dts":{"name":"/Users/thibault/Development/pure-fun/arrays/isEmpty/index.d.ts","writeByteOrderMark":false,"text":"/**\r\n * Checks if the array is empty\r\n */\r\ndeclare const isEmpty: (arr: any[]) => boolean;\r\nexport default isEmpty;\r\n"}}
