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

Function arrayJoin

src/common/array.ts:51–52  ·  view source on GitHub ↗
(array: (string | number)[], sep = EMPTY_STRING)

Source from the content-addressed store, hash-verified

49): void => array.forEach(cb);
50
51export const arrayJoin = (array: (string | number)[], sep = EMPTY_STRING) =>
52 array.join(sep);
53
54export const arrayMap = <Value, Return>(
55 array: readonly Value[],

Callers 14

escapeIdFunction · 0.90
escapeIdsFunction · 0.90
escapeColumnNamesFunction · 0.90
getPlaceholdersFunction · 0.90
saveTableFunction · 0.90
defaultUpsertFunction · 0.90
delPersisterListenerFunction · 0.90
style.tsFile · 0.90
getTitleFunction · 0.90
GridFunction · 0.90
getLinePathFunction · 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…