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