projecte_ionic/node_modules/core-js-pure/modules/esnext.array.from-async.js

9 lines
244 B
JavaScript
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
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
});