UNPKG

sda

Version:

Software development assistant

8 lines (7 loc) 221 B
export default class Log { static isEnabled: boolean; static isVerbose: boolean; static log(message: string): void; static verbose(message: string): void; static error(message: string): void; }