Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
vending-agent-dep / usr / local / lib / vending / agent / node_modules / lie / polyfill.js
Size: Mime:
'use strict';
if (typeof global.Promise !== 'function') {
  global.Promise = require('./lib');
}