MCPcopy Create free account
hub / github.com/blacksmithgu/datacore / array

Method array

src/api/data-array.ts:122–122  ·  view source on GitHub ↗

Convert this to a plain javascript array.

()

Source from the content-addressed store, hash-verified

120
121 /** Convert this to a plain javascript array. */
122 array(): T[];
123
124 /** Allow iterating directly over the array. */
125 [Symbol.iterator](): Iterator<T>;

Callers 3

useArrayMethod · 0.65
joinMethod · 0.65
groupInMethod · 0.65

Implementers 1

DataArrayImplsrc/api/data-array.ts

Calls

no outgoing calls

Tested by

no test coverage detected