Your IP : 216.73.217.62


Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/is-promise/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/is-promise/index.js

module.exports = isPromise;

function isPromise(obj) {
  return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function';
}