| Current Path : /var/www/html/wetty/node_modules/pn/ |
| Current File : /var/www/html/wetty/node_modules/pn/_promise.js |
// Allow the user to customize the Promise type returned by this library.
var mypromise = global.Promise;
module.exports = function getOrSetPromise(p) {
if (p) { mypromise = p; }
return mypromise;
};