MCPcopy Index your code
hub / github.com/nodejs/node / isUnconstrainedTypeParameter

Function isUnconstrainedTypeParameter

test/fixtures/snapshot/typescript.js:67064–67066  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

67062 return false;
67063 }
67064 function isUnconstrainedTypeParameter(type) {
67065 return type.flags & 262144 /* TypeFlags.TypeParameter */ && !getConstraintOfTypeParameter(type);
67066 }
67067 function isNonDeferredTypeReference(type) {
67068 return !!(ts.getObjectFlags(type) & 4 /* ObjectFlags.Reference */) && !type.node;
67069 }

Callers 1

getTypeReferenceIdFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…