UNPKG

214 BTypeScriptView Raw
1import { Level } from './level';
2export declare class Display {
3 static msg(message: string | any, params: any[], moduleName: string, moduleColor: string, level: Level, moduleWidth: number | undefined): void;
4}