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

Function isArray

src/common/other.ts:112–113  ·  view source on GitHub ↗
(thing: unknown)

Source from the content-addressed store, hash-verified

110 getTypeOf(thing) == FUNCTION;
111
112export const isArray = (thing: unknown): thing is unknown[] =>
113 Array.isArray(thing);
114
115export const slice = <ArrayOrString extends string | any[]>(
116 arrayOrString: ArrayOrString,

Callers 15

cellOrValueEqualFunction · 0.90
WrapFunction · 0.90
wrapFunction · 0.90
getCellsFunction · 0.90
unwrapSchemaFunction · 0.90
unwrapSchemaWithDefaultsFunction · 0.90
validateMergeableContentFunction · 0.90
EditableThingFunction · 0.90
useCellsFunction · 0.90
setContentOrChangesFunction · 0.90
loadFunction · 0.90
getValuesInFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…