API Reference

IPromiseProxyFactorytype

Type exported from proxies/promise-proxy.

Overview

Promise proxy factory and change contracts for resolved/rejected transitions.

Declaration

export type IPromiseProxyFactory = IKeyedInstanceFactory<
  Promise<unknown>,
  IPromiseProxyData,
  IPromiseObserverProxyPair
>;

Import

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