{"code":"/**\r\n * Checks if the given input is a Date object\r\n */\r\nexport default (date) => typeof date === 'object' && typeof date.getMonth === `function`;\r\n//# sourceMappingURL=index.js.map","map":"{\"version\":3,\"file\":\"index.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../src/dates/isDate/index.ts\"],\"names\":[],\"mappings\":\"AAAA;;GAEG;AACH,eAAe,CAAC,IAAS,EAAE,EAAE,CAAC,OAAO,IAAI,KAAK,QAAQ,IAAI,OAAO,IAAI,CAAC,QAAQ,KAAK,UAAU,CAAC\"}","dts":{"name":"/Users/thibault/Development/pure-fun/dates/isDate/index.d.ts","writeByteOrderMark":false,"text":"declare const _default: (date: any) => boolean;\r\n/**\r\n * Checks if the given input is a Date object\r\n */\r\nexport default _default;\r\n"}}
