Test if a type is an IntrinsicType.
declare const type: ts.Type;if (isIntrinsicType(type)) { // ...} Copy
declare const type: ts.Type;if (isIntrinsicType(type)) { // ...}
Test if a type is an IntrinsicType.