MCPcopy Create free account
hub / github.com/tinyplex/tinybase / isFalse

Function isFalse

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-dom/index.js:298–298  ·  view source on GitHub ↗
(thing)

Source from the content-addressed store, hash-verified

296var isNull = (thing) => thing === null;
297var isTrue = (thing) => thing === true;
298var isFalse = (thing) => thing === false;
299var ifNotNullish2 = getIfNotFunction2(isNullish2);
300var ifNotUndefined2 = getIfNotFunction2(isUndefined2);
301var isTypeStringOrBoolean = (type) => type == STRING2 || type == BOOLEAN;

Callers 5

HtmlTableFunction · 0.70
RelationshipInHtmlRowFunction · 0.70
RelationshipInHtmlTableFunction · 0.70
useSortingAndPaginationFunction · 0.70
ValuesInHtmlTableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…