UNPKG

104 BJavaScriptView Raw
1var _ = require("./_");
2
3module.exports = function (obj) {
4 return obj && _.isFunction(obj.then);
5};