UNPKG

@qelos/assets

Version:

manage assets like images and static files on remote servers

7 lines (5 loc) 179 B
'use strict'; function isPromise(val) { return !!val && (typeof val === 'object' || typeof val === 'function') && typeof val.then === 'function'; } module.exports = isPromise;