MCPcopy Create free account
hub / github.com/anthropics/claude-code / arrayOf

Function arrayOf

mods/diff/hooks/array-of/array-of.ts:8–9  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

6 * @returns the array's items, unknown each
7 */
8export const arrayOf = (value: unknown): readonly unknown[] =>
9 Array.isArray(value) ? value : []

Callers 2

todoProgressOfFunction · 0.90
hunksOfFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected