-
Notifications
You must be signed in to change notification settings - Fork 675
Closed
Description
Many of the TypeScript definitions specify void as a type parameter for generic types where the equivalent Flow type definition uses an empty type parameter:
TypeScript Type Definition (🤨)
| export type OutputGraph = Graph<void>; |
Flow Type Definition
| export type OutputGraph = Graph<>; |
I would posit that the TypeScript definition is... mad sus, and I suspect we might just be running into this because the types are hand-written. Am I missing something and believing this is wrong? I'll open a PR to correct assuming this is indeed an incorrect typing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels