@epok.tech/fn-lists
v0.1.4
Published
Simple utils around JS lists (array-like) for flexible and terse code - new arrays by default (for FP/immutable), mutate if specified (to reuse memory).
Downloads
13
Readme
fn-lists
Simple utils around JS lists (array-like) for flexible and terse code - new arrays by default (for FP/immutable), mutate if specified (to reuse memory).
Installation
Install from npm
using:
npm install @epok.tech/fn-lists
or:
yarn add @epok.tech/fn-lists
Usage
Import everything or small individual modules.