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

Function isString2

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

Source from the content-addressed store, hash-verified

300var ifNotUndefined2 = getIfNotFunction2(isUndefined2);
301var isTypeStringOrBoolean = (type) => type == STRING2 || type == BOOLEAN;
302var isString2 = (thing) => getTypeOf2(thing) == STRING2;
303var isFunction = (thing) => getTypeOf2(thing) == FUNCTION2;
304var isArray2 = (thing) => Array.isArray(thing);
305var size2 = (arrayOrString) => arrayOrString.length;

Callers 3

useThing2Function · 0.70
useThingOrThingById2Function · 0.70
useCellsFunction · 0.70

Calls 1

getTypeOf2Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…