array-from-async.js 186 B

1234
  1. // https://github.com/tc39/proposal-array-from-async
  2. require('../modules/esnext.array.from-async');
  3. // TODO: Remove from `core-js@4`
  4. require('../modules/esnext.typed-array.from-async');