bottom_line

Modern JS utility functions

Usage no npm install needed!

<script type="module">
  import bottomLine from 'https://cdn.skypack.dev/bottom_line';
</script>

README

Build Status Coverage Status Inline docs MIT license

- 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)