@arrows/arrows
v0.5.0
Published
Meta package of functional libraries
Downloads
6
Maintainers
Readme
@arrows/arrows
Table of contents
Introduction
This package is a meta-package, it contains all @arrows libraries. It is a handy single import to get things done quickly. Libraries names are aliased to their three-letter shortcuts:
- @arrows/array as
arr
, - @arrows/composition as
com
, - @arrows/dispatch as
dis
, - @arrows/error as
err
, - @arrows/multimethod as
mul
. - @arrows/worker as
wor
.
Installation
Via NPM:
npm i @arrows/arrows
Via Yarn:
yarn add @arrows/arrows
License
Project is under open, non-restrictive ISC license.