type alias IsNeverView codeChecks if type T is the never type. Type ParametersTView codeDefinition[T] extends [never] ? true : falseView code