bottom_line
v0.11.0
Published
Modern JS utility functions
Downloads
23
Maintainers
Readme
- Adds face to your code
Javascript utility functions that work on any Collection (Iterable|object) or Sequence (ArrayLike). Harnessing the power of generators & decorators and coming in handy per function packages.
Installation
npm install bottom_line
Features
- Fully tested
- Fully documented
- Per function packages
- Generator based
- Works on any Collection (Iterable(Iterators)|Objects) or Sequence (any[]|string)
- Decorators (that work on instance properties) & easy decorator creation tools
- ES6 exports
- Made with bits of love!
Future work
- Port old functions
- Functional Programming variants (including currying & composition)