auto.js 179 B

12345
  1. // This file can be required in Browserify and Node.js for automatic polyfill
  2. // To use it: require('es6-promise/auto');
  3. 'use strict';
  4. module.exports = require('./').polyfill();