GIF89a php
Current File : /home/viralhoga/app_viralhoga/node_modules/is-promise/index.js
module.exports = isPromise;
module.exports.default = isPromise;

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