esnext.array.from-async.js 258 B

12345678
  1. var $ = require('../internals/export');
  2. var fromAsync = require('../internals/array-from-async');
  3. // `Array.fromAsync` method
  4. // https://github.com/tc39/proposal-array-from-async
  5. $({ target: 'Array', stat: true, forced: true }, {
  6. fromAsync: fromAsync
  7. });