hrms-manual/node_modules/core-js/modules/esnext.array.from-async.js
2023-09-06 14:51:44 +07:00

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