All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.es6-promise.lib.es6-promise.js Maven / Gradle / Ivy

The newest version!
import Promise from './es6-promise/promise';
import polyfill from './es6-promise/polyfill';

// Strange compat..
Promise.polyfill = polyfill;
Promise.Promise = Promise;
export default Promise;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy