Type alias IfAny<T, Y, N>

IfAny<T, Y, N>: 0 extends 1 & T ? Y : N

Type Parameters

  • T

  • Y

  • N

Generated using TypeDoc