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

Function isString

test/fixtures/snapshot/typescript.js:1832–1834  ·  view source on GitHub ↗

* Tests whether a value is string

(text)

Source from the content-addressed store, hash-verified

1830 * Tests whether a value is string
1831 */
1832 function isString(text) {
1833 return typeof text === "string";
1834 }
1835 ts.isString = isString;
1836 function isNumber(x) {
1837 return typeof x === "number";

Callers 6

CallExpressionFunction · 0.50
isKeyModuleRequireFunction · 0.50
isCryptoKeyModuleRequireFunction · 0.50
getModuleNameFromCallFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…