Wrapper for Promise
npm install @ephox/wrap-promise-polyfillThis project wraps promise-polyfill in a bolt namespace (ephox.wrap-promise-polyfill.Promise).
If window.Promise is available that will be exported otherwise the polyfill will be exported.
wrap-promise-polyfill is available as an npm package. You can install it via the npm package @ephox/wrap-promise-polyfill
npm install @ephox/wrap-promise-polyfill.
All functionality is provided on the ephox.wrap-promise-polyfill.Promise module.