UNPKG

mice-log

Version:

logging component - mice style

6 lines (5 loc) 149 B
export declare type LogMessage = (message: string) => void; export interface LogInit { levels: Map<string, string>; basePath: string; }