UNPKG

tricks

Version:
4 lines (2 loc) 122 B
// Is Promise export default obj => (obj && typeof obj === 'object' && 'then' in obj && typeof obj.then === 'function');