| .. | |||||
| dist | |||||
| lib | |||||
| CHANGELOG.md | |||||
| LICENSE | |||||
| README.md | |||||
| auto.js | |||||
| es6-promise.d.ts | |||||
| package.json |
// This file can be required in Browserify and Node.js for automatic polyfill
// To use it: require('es6-promise/auto');
'use strict';
module.exports = require('./').polyfill();
| .. | |||||
| dist | |||||
| lib | |||||
| CHANGELOG.md | |||||
| LICENSE | |||||
| README.md | |||||
| auto.js | |||||
| es6-promise.d.ts | |||||
| package.json |