Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
8
export
const
arrayOf = (value: unknown): readonly unknown[] =>
9
Array.isArray(value) ? value : []
Callers
2
todoProgressOf
Function · 0.90
hunksOf
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected