Skip to content

Commit 7de447e

Browse files
authored
Merge pull request #3 from BertschiAG/master
fix(typings): Remove constructor typing
2 parents 9a0a2c1 + d85478d commit 7de447e

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)