UNPKG

54 BJavaScriptView Raw
1export const isPromise = (x) => x instanceof Promise;