Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/promise/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/promise/polyfill.js

// not "use strict" so we can declare global "Promise"

var asap = require('asap');

if (typeof Promise === 'undefined') {
  Promise = require('./lib/core.js')
  require('./lib/es6-extensions.js')
}

require('./polyfill-done.js');