UNPKG

@typed/is-promise

Version:
6 lines 184 B
"use strict"; function isPromise(p) { return p !== null && typeof p === 'object' && typeof p.then === 'function'; } exports.isPromise = isPromise; //# sourceMappingURL=index.js.map