UNPKG

rr3-h3-anywhere

Version:
3 lines 82 B
export function isPromise(obj) { return obj && typeof obj.then === 'function'; }