Skip to content

Commit

Permalink
added utc option into typescript interface file (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifree92 authored and mattberther committed Sep 6, 2019
1 parent 8f64745 commit 56e63ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ declare module "winston-daily-rotate-file" {
* A string representing the frequency of rotation. (default: 'custom')
*/
frequency?: string

/**
* A boolean whether or not to generate file name from "datePattern" in UTC format. (default: false)
*/
utc?: boolean;
}
}

Expand Down

0 comments on commit 56e63ea

Please sign in to comment.