Files
est-frame/node_modules/core-js-pure/actual/array/from-async.js
2025-10-22 05:38:27 +00:00

10 lines
320 B
JavaScript
Executable File

'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
require('../../modules/es.promise');
require('../../modules/es.string.iterator');
require('../../modules/esnext.array.from-async');
var path = require('../../internals/path');
module.exports = path.Array.fromAsync;