UNPKG

vue-moo

Version:

moo

5 lines (4 loc) 134 B
export default (obj) => { return obj instanceof Promise || (typeof obj.then === 'function' && typeof obj.catch === 'function'); }