{"version":3,"file":"isPromise.mjs","names":["isPromise","resultFn","then"],"sources":["../../src/utils/isPromise.ts"],"sourcesContent":["export default function isPromise(resultFn: any) {\n  return typeof resultFn.then === 'function';\n}\n"],"mappings":"AAAA,eAAe,SAASA,SAASA,CAACC,QAAa,EAAE;EAC/C,OAAO,OAAOA,QAAQ,CAACC,IAAI,KAAK,UAAU;AAC5C","ignoreList":[]}