Skip to content

Commit

Permalink
readme: add link to negated types issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Feb 28, 2024
1 parent e7b25aa commit b5c319e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ stream.filter("mediawiki.recentchange")
});
```

Due to limitations in TypeScript, the received type may be too broad compared to the actual values of the types.
Due to [limitations in TypeScript](https://github.com/microsoft/TypeScript/issues/4196),
the received type may be too broad compared to the actual values of the types.

### Examples
1. Get all edits from the English Wikipedia.
Expand Down

0 comments on commit b5c319e

Please sign in to comment.