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