Skip to content

Commit d85478d

Browse files
authored
fix(typings): Remove constructor typing
1 parent 9a0a2c1 commit d85478d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// interface declaration from log4js-node.
22
interface Logger {
3-
new(dispatch: Function, name: string): Logger;
43
level: string;
54
log(...args: any[]): void;
65
isLevelEnabled(level?: string): boolean;

0 commit comments

Comments
 (0)