{"code":"/**\r\n * Checks if the given input is an instance of the Promise object\r\n */\r\nconst isPromise = (prom) => prom instanceof Promise;\r\nexport default isPromise;\r\n//# sourceMappingURL=index.js.map","map":"{\"version\":3,\"file\":\"index.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../src/async/isPromise/index.ts\"],\"names\":[],\"mappings\":\"AAAA;;GAEG;AACH,MAAM,SAAS,GAAG,CAAC,IAAS,EAAE,EAAE,CAAC,IAAI,YAAY,OAAO,CAAC;AACzD,eAAe,SAAS,CAAC\"}","dts":{"name":"/Users/thibault/Development/pure-fun/async/isPromise/index.d.ts","writeByteOrderMark":false,"text":"/**\r\n * Checks if the given input is an instance of the Promise object\r\n */\r\ndeclare const isPromise: (prom: any) => boolean;\r\nexport default isPromise;\r\n"}}
