Type alias InferTypeFromSubpath<T, U, E>

InferTypeFromSubpath<T, U, E>: IsSubpath<T, U> extends true
    ? E
    : never

Type Parameters

  • T extends readonly any[]

  • U extends readonly any[]

  • E

Generated using TypeDoc