@arrows/arrows
v0.5.0
Published
Meta package of functional libraries
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/arrowsVia Yarn:
yarn add @arrows/arrowsLicense
Project is under open, non-restrictive ISC license.
