// Extract type from any enhancer | |
type HOCBase_<A, B, C: HOC<A, B>> = A | |
type HOCBase<C> = HOCBase_<*, *, C> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
// Extract type from any enhancer | |
type HOCBase_<A, B, C: HOC<A, B>> = A | |
type HOCBase<C> = HOCBase_<*, *, C> |