UNPKG

71 BJavaScriptView Raw
1const isPromise = (x) => x instanceof Promise;
2export {
3 isPromise
4};