MCPcopy Index your code
hub / github.com/tinyplex/tinybase / isFalse

Function isFalse

src/common/other.ts:93–93  ·  view source on GitHub ↗
(thing: unknown)

Source from the content-addressed store, hash-verified

91export const isTrue = (thing: unknown): thing is true => thing === true;
92
93export const isFalse = (thing: unknown): thing is false => thing === false;
94
95export const ifNotNullish = getIfNotFunction(isNullish);
96

Callers 15

paginatorFunction · 0.90
index.tsFile · 0.90
unwrapSchemaFunction · 0.90
RelationshipInHtmlRowFunction · 0.90
RelationshipInHtmlTableFunction · 0.90
ValuesInHtmlTableFunction · 0.90
useSortingAndPaginationFunction · 0.90
HtmlTableFunction · 0.90
RelationshipInHtmlRowFunction · 0.90
contentFunction · 0.90
ValuesInHtmlTableFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…