from-async.js 145 B

12345
  1. 'use strict';
  2. var parent = require('../../stable/array/from-async');
  3. require('../../modules/esnext.array.from-async');
  4. module.exports = parent;