streamer.js
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

StreamerJs

Easy to use lazy evaluation library

Example:

Streamer([1, 2, 3, 4])
  .map(x => x * 2)
  .filter(x => x > 6)
  .take(2);

Piece of 🍰

License

GPLv3

Package Sidebar

Install

npm i streamer.js

Weekly Downloads

0

Version

0.1.1

License

GPL-3.0

Last publish

Collaborators

  • afshinmeh