API Reference

IArrayIndexAccessortype

Type alias for an accessor that reads and writes array items by index.

Declaration

export type IArrayIndexAccessor = IIndexValueAccessor<unknown[], number>;

Import

import type { IArrayIndexAccessor } from '@rs-x/core';