API Reference

IPlainObjectObserverProxyPairFactorytype

Type exported from object-observer/factories.

Overview

Factory set that selects observer/proxy strategies for arrays, maps, sets, dates, promises, observables, and plain objects.

Declaration

export type IPlainObjectObserverProxyPairFactory =
  IObjectObserverProxyPairFactory<Record<string, unknown>>;

Import

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