Skip to content

Commit

Permalink
Fix typing for Profile.start (was Date, should be Number) (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuzzlor authored Jun 22, 2020
1 parent 9e7bd71 commit 0e1c812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ declare namespace winston {

interface Profiler {
logger: Logger;
start: Date;
start: Number;
done(info?: any): boolean;
}

Expand Down

0 comments on commit 0e1c812

Please sign in to comment.