Overview
Promise proxy factory and change contracts for resolved/rejected transitions.
API Reference
Type exported from proxies/promise-proxy.
export type IPromiseProxyFactory = IKeyedInstanceFactory<
Promise<unknown>,
IPromiseProxyData,
IPromiseObserverProxyPair
>;import type { IPromiseProxyFactory } from '@rs-x/state-manager';