Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ isReadonlyArray
Function
isReadonlyArray
src/sort.ts:78–80 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
76
}
77
78
function
isReadonlyArray<T>(value: any): value is readonly T[] {
79
return
Array.isArray(value);
80
}
81
82
/** @internal */
83
function
pairToMap(v: readonly [string, SortDirection]): SortForCmd {
Callers
1
formatSort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected