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

Function isString

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

Source from the content-addressed store, hash-verified

62var ifNotUndefined = getIfNotFunction(isUndefined);
63var isTypeStringOrBoolean = (type) => type == STRING || type == BOOLEAN;
64var isString = (thing) => getTypeOf(thing) == STRING;
65var isNumber = (thing) => getTypeOf(thing) == NUMBER;
66var isFunction = (thing) => getTypeOf(thing) == FUNCTION;
67var isArray = (thing) => Array.isArray(thing);

Callers 3

getRowCellFunctionFunction · 0.70
isEncodedJsonFunction · 0.70
stampValidateFunction · 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…