Overview
Array proxy factory and contracts that emit semantic index/mutation changes.
API Reference
Type exported from proxies/array-proxy.
export type IArrayProxyFactory = IKeyedInstanceFactory<
unknown,
IArrayProxyData,
IArrayObserverProxyPair,
IArrayProxyIdData
>;import type { IArrayProxyFactory } from '@rs-x/state-manager';