File "polyfill.js"

Full Path: /var/www/html/gitep_front/node_modules/lie/polyfill.js
File size: 97 bytes
MIME-type: text/plain
Charset: utf-8

'use strict';
if (typeof global.Promise !== 'function') {
  global.Promise = require('./lib');
}