MCPcopy
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
78function isReadonlyArray<T>(value: any): value is readonly T[] {
79 return Array.isArray(value);
80}
81
82/** @internal */
83function pairToMap(v: readonly [string, SortDirection]): SortForCmd {

Callers 1

formatSortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected