Declaration
export type IArrayIndexAccessor = IIndexValueAccessor<unknown[], number>;API Reference
Type alias for an accessor that reads and writes array items by index.
export type IArrayIndexAccessor = IIndexValueAccessor<unknown[], number>;import type { IArrayIndexAccessor } from '@rs-x/core';