UNPKG

mice-log

Version:

logging component - mice style

5 lines (4 loc) 175 B
import { Severity } from './log'; declare type Action = () => void; export declare const filter: (want: Severity, allowed?: Severity, action?: Action) => void; export {};