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

Function createTypeofType

test/fixtures/snapshot/typescript.js:51749–51751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51747 return type;
51748 }
51749 function createTypeofType() {
51750 return getUnionType(ts.arrayFrom(typeofEQFacts.keys(), getStringLiteralType));
51751 }
51752 function createTypeParameter(symbol) {
51753 var type = createType(262144 /* TypeFlags.TypeParameter */);
51754 if (symbol)

Callers 1

createTypeCheckerFunction · 0.85

Calls 2

getUnionTypeFunction · 0.85
keysMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…