k-l-lambda's picture
updated node_modules
4cadbaf
raw
history blame contribute delete
141 Bytes
'use strict';
const internals = {};
module.exports = function (promise) {
return !!promise && typeof promise.then === 'function';
};