'use strict';constisPromise=input=>(inputinstanceofPromise||(input!==null&&typeofinput==='object'&&typeofinput.then==='function'&&typeofinput.catch==='function'));module.exports=isPromise;// TODO: Remove this for the next major releasemodule.exports.default=isPromise;