MCPcopy
hub / github.com/tinyplex/tinybase / isNull

Function isNull

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

Source from the content-addressed store, hash-verified

87export const hasWindow = (): boolean => !isUndefined(GLOBAL.window);
88
89export const isNull = (thing: unknown): thing is null => thing === null;
90
91export const isTrue = (thing: unknown): thing is true => thing === true;
92

Callers 14

unwrapSchemaFunction · 0.90
unwrapSchemaFunction · 0.90
getValidatedCellFunction · 0.90
getValidatedValueFunction · 0.90
getConditionFunction · 0.90
getCellOrValueTypeFunction · 0.90
deepFunction · 0.90
callWithIdsFunction · 0.90
useLayoutFunction · 0.90
createCustomSynchronizerFunction · 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…