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

Function isNull

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:58–58  ·  view source on GitHub ↗
(thing)

Source from the content-addressed store, hash-verified

56var isNullish = (thing) => thing == null;
57var isUndefined = (thing) => thing === void 0;
58var isNull = (thing) => thing === null;
59var isTrue = (thing) => thing === true;
60var isFalse = (thing) => thing === false;
61var ifNotNullish = getIfNotFunction(isNullish);

Callers 6

deepFunction · 0.70
callWithIdsFunction · 0.70
getCellOrValueTypeFunction · 0.70
getValidatedCellFunction · 0.70
getValidatedValueFunction · 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…