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

package.register-shim.js Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
"use strict"
var registered = {
  Promise: window.Promise,
  implementation: 'window.Promise'
}

/**
 * any-promise in browser is always global
 * polyfill as necessary
 */
module.exports = register
function register(){
  return registered
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy