foreachain
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

foreachain

The chainable forEach().

[2,3,5].forEachain(v => {console.log(v)})
       .map(v => v * 3)
       .forEach(v => {console.log(v)});

Docs

Read full docs on GitHub.

Readme

Keywords

Package Sidebar

Install

npm i foreachain

Weekly Downloads

0

Version

2.0.2

License

MIT

Unpacked Size

4.71 kB

Total Files

7

Last publish

Collaborators

  • kytta