API reference › @evolu/common › Array › emptyArray
const emptyArray: ReadonlyArray<never> = [];
Defined in: packages/common/src/Array.ts:155
An empty readonly array.
Use as a default or initial value to avoid allocating new empty arrays.
API reference › @evolu/common › Array › emptyArray
const emptyArray: ReadonlyArray<never> = [];
Defined in: packages/common/src/Array.ts:155
An empty readonly array.
Use as a default or initial value to avoid allocating new empty arrays.