API Reference

IMapObserverProxyPairtype

Type exported from proxies/map-proxy.

Overview

Map proxy factory and contracts that emit semantic key/mutation changes.

Declaration

export type IMapObserverProxyPair = IObserverProxyPair<Map<unknown, unknown>>;

Import

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