Merge pull request #867 from Ivkaa/patch-1

Add missing types for addLevels
This commit is contained in:
Gareth Jones 2019-05-01 08:09:01 +10:00 committed by GitHub
commit dc8f2fea24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
types/log4js.d.ts vendored
View File

@ -264,6 +264,7 @@ export interface Levels {
OFF: Level;
levels: Level[];
getLevel(level: string): Level;
addLevels(customLevels: object): void;
}
export interface Configuration {