massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / esnext.array.from-async.js
1 var $ = require('../internals/export');
2 var fromAsync = require('../internals/array-from-async');
3
4 // `Array.fromAsync` method
5 // https://github.com/tc39/proposal-array-from-async
6 $({ target: 'Array', stat: true }, {
7   fromAsync: fromAsync
8 });