projecte_ionic/node_modules/core-js-pure/modules/esnext.array.from-async.js
2022-02-09 18:30:03 +01:00

9 lines
244 B
JavaScript
Executable file

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
});