substate
Version:
Pub/Sub pattern with State Management
5 lines • 304 B
TypeScript
import type { TState } from '../interfaces';
import type { ISubstate } from '../Substate.interface';
declare function checkForFastPathPossibility(storeInstance: ISubstate, action: Partial<TState>): boolean;
export { checkForFastPathPossibility };
//# sourceMappingURL=checkForFastPathPossibility.d.ts.map