UNPKG

@daysnap/utils

Version:
9 lines (7 loc) 135 B
// src/isPromise.ts function isPromise(val) { return val instanceof Promise || !!val.then || !!val.catch; } export { isPromise };