PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
is-promise
module.exports = isPromise; function isPromise(obj) { return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function'; }
[+]
..
[-] .npmignore
[edit]
[-] readme.md
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] .travis.yml
[edit]
[-] LICENSE
[edit]