UNPKG

undux

Version:

Dead simple state management for React

3 lines (2 loc) 151 B
import { StoreDefinition } from '..'; export declare function withLogger<State extends object>(store: StoreDefinition<State>): StoreDefinition<State>;