MCPcopy Index your code
hub / github.com/javascriptdata/danfojs / isString

Method isString

src/danfojs-base/shared/utils.ts:48–50  ·  view source on GitHub ↗

* Check if value is a string. * @param value The value to check. * @returns

(value: T)

Source from the content-addressed store, hash-verified

46 * @returns
47 */
48 isString<T>(value: T): boolean {
49 return typeof value === "string";
50 }
51
52 /**
53 * Checks if value is a number.

Callers 3

utils.test.jsFile · 0.80
constructorMethod · 0.80
utils.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected