-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Currently, doc-kit treats types in the format of {Type}. Maybe we support additional formats, such as:
{Generic<Type>}(Complex:Transformer<T, Awaitable<U>>){() => Type}(Complex:(str: MyType) => Promise<T>)
Perhaps Generics like Transformer<T, Awaitable<U>> and (str: MyType) => Promise<T> are too extreme, but we really need to support basic Generic<Type>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels