You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

auto.js 179B

1234
  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();