mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #7832 from AyaMorisawa/patch-13
Remove trailing whitespaces
This commit is contained in:
Vendored
+1
-1
@@ -47,7 +47,7 @@ declare module "winston" {
|
||||
export function setLevels(target: any): any;
|
||||
export function cli(): LoggerInstance;
|
||||
export function addRewriter(rewriter: MetadataRewriter): void;
|
||||
|
||||
|
||||
export interface MetadataRewriter {
|
||||
(level: string, msg: string, meta: any): any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user