mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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