API Reference

IArrayObserverProxyPairtype

Type exported from proxies/array-proxy.

Overview

Array proxy factory and contracts that emit semantic index/mutation changes.

Declaration

export type IArrayObserverProxyPair = IObserverProxyPair<unknown[]>;

Import

import type { IArrayObserverProxyPair } from '@rs-x/state-manager';