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

Function isUndefined

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

Source from the content-addressed store, hash-verified

55var isInstanceOf = (thing, cls) => thing instanceof cls;
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;

Callers 15

collIsEmptyFunction · 0.70
mapSetFunction · 0.70
setNewFunction · 0.70
processRowFunction · 0.70
addCheckpointImplFunction · 0.70
goToFunction · 0.70
clearFunction · 0.70
seenHlcFunction · 0.70
encodeHlcFunction · 0.70
index.jsFile · 0.70
setIndexDefinitionFunction · 0.70
isCellOrValueOrUndefinedFunction · 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…