Package Exports
- fp-ts-iterators
- fp-ts-iterators/build/cjs/index.js
- fp-ts-iterators/build/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fp-ts-iterators) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
AsyncIterable and Iterable with fp-ts
Installation
To install the stable version:
npm install fp-ts fp-ts-iterators
fp-ts
is a peer dependency. Make sure to always have a single version of fp-ts
installed in your project. Multiple versions are known to cause tsc
to hang during compilation. You can check the versions currently installed using npm ls fp-ts
(make sure there's a single version and all the others are marked as deduped
).
Documentation
Disclaimer. Teaching functional programming is out of scope of this project, so the documentation assumes you already know what FP is.
License
The MIT License (MIT)