UNPKG

ayanami

Version:
8 lines (7 loc) 235 B
export declare function enableReduxLog(): void; export declare function disableReduxLog(): void; export declare function logStateAction(namespace: string, infos: { actionName: string; params: string; state?: any; }): void;