Skip to content

Commit 319abf1

Browse files
marikanerDABH
authored andcommitted
Add defaultMeta to Logger index.d.ts (#1736)
* Update index.d.ts * Update index.d.ts
1 parent c719706 commit 319abf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ declare namespace winston {
9494
exceptions: ExceptionHandler;
9595
profilers: object;
9696
exitOnError: Function | boolean;
97+
defaultMeta?: any;
9798

9899
log: LogMethod;
99100
add(transport: Transport): Logger;

0 commit comments

Comments
 (0)