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

Function createKeywordTypeNode

test/fixtures/snapshot/typescript.js:23521–23523  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

23519 //
23520 // @api
23521 function createKeywordTypeNode(kind) {
23522 return createToken(kind);
23523 }
23524 // @api
23525 function createTypePredicateNode(assertsModifier, parameterName, type) {
23526 var node = createBaseNode(177 /* SyntaxKind.TypePredicate */);

Callers

nothing calls this directly

Calls 1

createTokenFunction · 0.70

Tested by

no test coverage detected