promise-native-constructor.js 93 B

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