UNPKG

lex-model-validator

Version:
8 lines (7 loc) 227 B
export declare class Log { static info(message: string): void; static success(message: string): void; static warning(message: string): void; static error(message: string): void; private static log; }