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

Function isNamedUnionType

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

Source from the content-addressed store, hash-verified

61254 }
61255 }
61256 function isNamedUnionType(type) {
61257 return !!(type.flags & 1048576 /* TypeFlags.Union */ && (type.aliasSymbol || type.origin));
61258 }
61259 function addNamedUnions(namedUnions, types) {
61260 for (var _i = 0, types_11 = types; _i < types_11.length; _i++) {
61261 var t = types_11[_i];

Callers 1

addTypeToUnionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected