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

Function punctuationPart

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

Source from the content-addressed store, hash-verified

128502 }
128503 ts.keywordPart = keywordPart;
128504 function punctuationPart(kind) {
128505 return displayPart(ts.tokenToString(kind), ts.SymbolDisplayPartKind.punctuation);
128506 }
128507 ts.punctuationPart = punctuationPart;
128508 function operatorPart(kind) {
128509 return displayPart(ts.tokenToString(kind), ts.SymbolDisplayPartKind.operator);

Callers

nothing calls this directly

Calls 1

displayPartFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…