projecte_ionic/node_modules/core-js-pure/features/array/from-async.js
2022-02-09 18:30:03 +01:00

9 lines
306 B
JavaScript
Executable file

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;