UNPKG

120 BJavaScriptView Raw
1module.exports = (val) => {
2 return val &&
3 typeof val.then === 'function' &&
4 typeof val.catch === 'function'
5}