Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/pn/
Upload File :
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;
};