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

Method truthy

src/danfojs-base/shared/utils.ts:546–546  ·  view source on GitHub ↗
(element: boolean)

Source from the content-addressed store, hash-verified

544 }
545 }
546 const truthy = (element: boolean) => element == false;
547 if (bool.some(truthy)) {
548 throw Error(
549 `Params Error: Required parameter not found. Your params must include the following [${paramsNeeded}]`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected