Aller au contenu principal

Infer<A>

Infer<A> = A extends AdapterOf<infer U> ? U : never

Extracts the inferred TypeScript type from a Kanon adapter.


Type Parameters

A: A

The adapter type to extract from.


Since

2.0.0