@hexlet/async

0.4.3 • Public • Published

js-async

github action status

Install

npm install @hexlet/async

Usage example

import async from '@hexlet/async';

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]
});

For more information, see the Full Documentation

Hexlet Ltd. logo

This repository is created and maintained by the team and the community of Hexlet, an educational project. Read more about Hexlet (in Russian).

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i @hexlet/async

    Weekly Downloads

    2

    Version

    0.4.3

    License

    ISC

    Unpacked Size

    29.9 kB

    Total Files

    11

    Last publish

    Collaborators

    • dzencot
    • grozwalker
    • mshkv
    • mokevnin
    • corsicanec82