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