create project
This commit is contained in:
8
kitabcitab/node_modules/core-js-pure/modules/esnext.array.from-async.js
generated
vendored
Normal file
8
kitabcitab/node_modules/core-js-pure/modules/esnext.array.from-async.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
});
|
||||
Reference in New Issue
Block a user