Test if a type is a FreshableIntrinsicType.
FreshableIntrinsicType
declare const type: ts.Type;if (isFreshableIntrinsicType(type)) { // ...} Copy
declare const type: ts.Type;if (isFreshableIntrinsicType(type)) { // ...}
Test if a type is a
FreshableIntrinsicType
.