MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / even

Method even

src/danfojs-base/shared/utils.ts:337–337  ·  view source on GitHub ↗
(ele: number | string | boolean)

Source from the content-addressed store, hash-verified

335 }
336
337 const even = (ele: number | string | boolean) => ele == true;
338
339 if (stringTracker.some(even)) {
340 dtypes = "string";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected