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

Function isUndefined

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

Source from the content-addressed store, hash-verified

47var GLOBAL = globalThis;
48var isNullish = (thing) => thing == null;
49var isUndefined = (thing) => thing === void 0;
50var ifNotNullish = getIfNotFunction(isNullish);
51var ifNotUndefined = getIfNotFunction(isUndefined);
52var isString = (thing) => getTypeOf(thing) == STRING;

Callers 6

getPropsFunction · 0.70
useThingFunction · 0.70
useThingOrThingByIdFunction · 0.70
useRedoInformationFunction · 0.70
WrapFunction · 0.70
RemoteRowViewFunction · 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…