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

Function isDeprecated

test/fixtures/snapshot/typescript.js:135475–135478  ·  view source on GitHub ↗
(symbol, checker)

Source from the content-addressed store, hash-verified

135473 }
135474 }
135475 function isDeprecated(symbol, checker) {
135476 var declarations = ts.skipAlias(symbol, checker).declarations;
135477 return !!ts.length(declarations) && ts.every(declarations, ts.isDeprecatedDeclaration);
135478 }
135479 /**
135480 * True if the first character of `lowercaseCharacters` is the first character
135481 * of some "word" in `identiferString` (where the string is split into "words"

Callers 1

Calls 2

everyMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected