@eliranmal/femto
v0.11.4
Published
a very, very tiny FP library
Downloads
21
Maintainers
Readme
femto
a very, very tiny FP library
overview
this is a very, very basic collection of utilities for functional programming.
it does not handle this
bindings, i.e. in many cases, this
will refer to an empty object.
setup
this is a scoped package, so don't forget to do these:
npm i @eliranmal/femto -S
const f = require('@eliranmal/femto');
// etc.