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