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

Method isUndefined

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

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

(value: T)

Source from the content-addressed store, hash-verified

82 * @returns
83 */
84 isUndefined<T>(value: T): boolean {
85 return typeof value === "undefined";
86 }
87
88 /**
89 * Checks if a value is empty. Empty means it's either null, undefined or NaN.

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected