UNPKG

@typed/is-promise

Version:
4 lines 146 B
export function isPromise(p) { return p !== null && typeof p === 'object' && typeof p.then === 'function'; } //# sourceMappingURL=index.js.map