UNPKG

zater-cep

Version:

ZAter cep correios e via cep

6 lines (4 loc) 165 B
module.exports = isPromise; function isPromise(obj) { return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function'; }