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

9 lines
320 B
JavaScript

'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;