UNPKG

codelyzer

Version:

Linting for Angular applications, following angular.io/styleguide.

9 lines (8 loc) 233 B
export declare class Logger { private readonly level; constructor(level: number); error(...msg: string[]): void; info(...msg: string[]): void; debug(...msg: string[]): void; } export declare const logger: Logger;