UNPKG

@bolt/build-tools

Version:

Curated collection of front-end build tools in the Bolt Design System.

4 lines (3 loc) 147 B
module.exports = function isPromise (maybePromise) { return !!maybePromise && !!maybePromise.then && (typeof maybePromise.then === 'function') }