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

Method isDate

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

* Checks if a value is a date object * @param value A date object * @returns boolean

(value: any)

Source from the content-addressed store, hash-verified

113 * @returns boolean
114 */
115 isDate(value: any): boolean {
116 return value instanceof Date;
117 }
118
119 /**
120 * Generates an array of integers between specified range

Callers 3

$typeCheckerMethod · 0.95
constructorMethod · 0.80
utils.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected