UNPKG

@devlander/hooks

Version:
3 lines (2 loc) 182 B
import type { LoggingAction, LoggingState } from "../types/logging-severity.type"; export declare const loggingReducer: (state: LoggingState, action: LoggingAction) => LoggingState;