This package has been deprecated

Author message:

Package no longer supported. Use the new version @hexlet/async.

hexlet-async

0.2.3 • Public • Published

js-async

Code Climate Issue Count Build Status

Using

const coll = [[1, 1, 1], [2, 2, 2], [3, 3, 3]];
async.concat(coll, (item, callback) => {
  callback(null, item);
}, (err, result) => {
  console.log(result);
  // [1, 1, 1, 2, 2, 2, 3, 3, 3]
});

Readme

Keywords

none

Package Sidebar

Install

npm i hexlet-async

Weekly Downloads

2

Version

0.2.3

License

ISC

Last publish

Collaborators

  • mokevnin