8000 GitHub - danielo515/fp-ts-iterators: Functional Iterable and AsyncIterable
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

danielo515/fp-ts-iterators

 
 

Repository files navigation

AsyncIterable and Iterable with fp-ts

NPM Version NPM Downloads

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)

About

Functional Iterable and AsyncIterable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
0