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

Function isString

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

Source from the content-addressed store, hash-verified

50var ifNotNullish = getIfNotFunction(isNullish);
51var ifNotUndefined = getIfNotFunction(isUndefined);
52var isString = (thing) => getTypeOf(thing) == STRING;
53var isFunction = (thing) => getTypeOf(thing) == FUNCTION;
54var isArray = (thing) => Array.isArray(thing);
55var size = (arrayOrString) => arrayOrString.length;

Callers 2

useThingFunction · 0.70
useThingOrThingByIdFunction · 0.70

Calls 1

getTypeOfFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…