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

Function isTypeStringOrBoolean

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

Source from the content-addressed store, hash-verified

61var ifNotNullish = getIfNotFunction(isNullish);
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;

Callers 2

getCellOrValueTypeFunction · 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…