Spaces:
Sleeping
Sleeping
; | |
const internals = {}; | |
module.exports = function (promise) { | |
return !!promise && typeof promise.then === 'function'; | |
}; | |
; | |
const internals = {}; | |
module.exports = function (promise) { | |
return !!promise && typeof promise.then === 'function'; | |
}; | |