Skip to content

Type Alias: IsNever<T>

Signature

ts
export type IsNever<T> = [T] extends [never] ? true : false

Type Parameters

Name
T

Released under the MIT License.