Determines whether the given type is the "never" intrinsic type.
declare const type: ts.Type;if (isIntrinsicNeverType(type)) { // ...} Copy
declare const type: ts.Type;if (isIntrinsicNeverType(type)) { // ...}
Determines whether the given type is the "never" intrinsic type.