Type alias NoInfer<T>

NoInfer<T>: [T][T extends any
    ? 0
    : never]

Type Parameters

  • T