fix noopLogger typo fix #49

This commit is contained in:
Stéphane Le Dorze 2017-10-23 22:11:11 +02:00 committed by GitHub
parent 16c081020a
commit 254ddda8a2

2
index.d.ts vendored
View File

@ -84,7 +84,7 @@ export interface Logger {
error(fmt: string, ...args: any[]): void; error(fmt: string, ...args: any[]): void;
} }
export class NoOpLogger implements Logger { export class NoopLogger implements Logger {
constructor() constructor()
debug(fmt: string, ...args: any[]): void; debug(fmt: string, ...args: any[]): void;
info(fmt: string, ...args: any[]): void; info(fmt: string, ...args: any[]): void;