UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

5 lines (4 loc) 108 B
module.exports = isPromise; function isPromise(obj) { return obj && typeof obj.then === 'function'; }