UNPKG

substate

Version:

Pub/Sub pattern with State Management

4 lines 181 B
import type { TState } from '../interfaces'; declare function isDeep(action: Partial<TState>, defaultDeep: boolean): boolean; export { isDeep }; //# sourceMappingURL=isDeep.d.ts.map