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

Function getConstraintOfConditionalType

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

Source from the content-addressed store, hash-verified

58886 return getConstraintOfDistributiveConditionalType(type) || getDefaultConstraintOfConditionalType(type);
58887 }
58888 function getConstraintOfConditionalType(type) {
58889 return hasNonCircularBaseConstraint(type) ? getConstraintFromConditionalType(type) : undefined;
58890 }
58891 function getEffectiveConstraintOfIntersection(types, targetIsUnion) {
58892 var constraints;
58893 var hasDisjointDomainType = false;

Callers 1

getConstraintOfTypeFunction · 0.85

Tested by

no test coverage detected