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

Method isNull

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

* Checks if a value is null * @param value The value to check. * @returns

(value: T)

Source from the content-addressed store, hash-verified

73 * @returns
74 */
75 isNull<T>(value: T): boolean {
76 return value === null;
77 }
78
79 /**
80 * Checks if a value is undefined

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected