Overview
Map proxy factory and contracts that emit semantic key/mutation changes.
API Reference
Type exported from proxies/map-proxy.
export type IMapProxyFactory = IKeyedInstanceFactory<
Map<unknown, unknown>,
IMapProxifyData,
IMapObserverProxyPair
>;import type { IMapProxyFactory } from '@rs-x/state-manager';