Type alias Extends<T, E, R1, R2>

Extends<T, E, R1, R2>: T extends E
    ? R1
    : R2

Type Parameters

  • T

  • E

  • R1

  • R2