MCPcopy Create free account
hub / github.com/nodejs/node / originIsTypeOnlyAlias

Function originIsTypeOnlyAlias

test/fixtures/snapshot/typescript.js:132055–132057  ·  view source on GitHub ↗
(origin)

Source from the content-addressed store, hash-verified

132053 return !!(origin.kind & 16 /* SymbolOriginInfoKind.Nullable */);
132054 }
132055 function originIsTypeOnlyAlias(origin) {
132056 return !!(origin && origin.kind & 64 /* SymbolOriginInfoKind.TypeOnlyAlias */);
132057 }
132058 function originIsObjectLiteralMethod(origin) {
132059 return !!(origin && origin.kind & 128 /* SymbolOriginInfoKind.ObjectLiteralMethod */);
132060 }

Calls

no outgoing calls

Tested by

no test coverage detected