Edit File: is-promise.js
module.exports = function isPromise (maybePromise) { return maybePromise instanceof Promise }
Back to File Manager