promise-native-constructor.js 79 B

1234
  1. var global = require('../internals/global');
  2. module.exports = global.Promise;