Edit File: polyfill.js
'use strict'; if (typeof global.Promise !== 'function') { global.Promise = require('./lib'); }
Back to File Manager