Files
feedstr.live/node_modules/core-js-pure/modules/esnext.array.from-async.js
T
2023-11-25 18:12:47 -05:00

10 lines
258 B
JavaScript

'use strict';
var $ = require('../internals/export');
var fromAsync = require('../internals/array-from-async');
// `Array.fromAsync` method
// https://github.com/tc39/proposal-array-from-async
$({ target: 'Array', stat: true }, {
fromAsync: fromAsync
});