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

Function isNullish

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

Source from the content-addressed store, hash-verified

46) : then(value);
47var GLOBAL = globalThis;
48var isNullish = (thing) => thing == null;
49var isUndefined = (thing) => thing === void 0;
50var ifNotNullish = getIfNotFunction(isNullish);
51var ifNotUndefined = getIfNotFunction(isUndefined);

Callers 2

isObjectFunction · 0.70
index.jsFile · 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…