{"code":"/**\r\n * Checks if the given input is an Object object (haha)\r\n */\r\nconst isObject = (obj) => {\r\n    return Object(obj) === obj &&\r\n        Object.prototype.toString.call(obj) === '[object Object]';\r\n};\r\nexport default isObject;\r\n//# sourceMappingURL=index.js.map","map":"{\"version\":3,\"file\":\"index.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../src/objects/isObject/index.ts\"],\"names\":[],\"mappings\":\"AAAA;;GAEG;AACH,MAAM,QAAQ,GAAG,CAAC,GAAQ,EAAE,EAAE;IAC5B,OAAO,MAAM,CAAC,GAAG,CAAC,KAAK,GAAG;QACxB,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,iBAAiB,CAAC;AAC9D,CAAC,CAAC;AACF,eAAe,QAAQ,CAAC\"}","dts":{"name":"/Users/thibault/Development/pure-fun/objects/isObject/index.d.ts","writeByteOrderMark":false,"text":"/**\r\n * Checks if the given input is an Object object (haha)\r\n */\r\ndeclare const isObject: (obj: any) => boolean;\r\nexport default isObject;\r\n"}}
