Skip to content

Commit

Permalink
+docs
Browse files Browse the repository at this point in the history
  • Loading branch information
velocityzen committed May 14, 2024
1 parent 0710a3f commit 5d83994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ 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`).

# Iterable with fp-ts
## Iterable with fp-ts

- [Generator](https://velocityzen.github.io/fp-ts-iterators/modules/Generator.ts.html)
- [Iterable](https://velocityzen.github.io/fp-ts-iterators/modules/Iterable.ts.html)

# AsyncIterable with fp-ts
## AsyncIterable with fp-ts

- [AsyncGenerator](https://velocityzen.github.io/fp-ts-iterators/modules/AsyncGenerator.ts.html)
- [AsyncIterable](https://velocityzen.github.io/fp-ts-iterators/modules/AsyncIterable.ts.html)
Expand Down

0 comments on commit 5d83994

Please sign in to comment.