Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The only drawbacks are:
1. You have to wrap external libraries if you want to add support for AsyncGenerators
2. You need to `yield` errors using `as const` (or type the return of generators) since TypeScript will infer a poorly intersection type instead (instead of a union)

You can find an example of how to use flowgen in `src/__tests__/complete-example.test.ts`
You can find an example of how to use flowgen in [`src/__tests__/complete-example.test.ts`](src/__tests__/complete-example.test.ts)

## API

Expand Down