Skip to content

Commit

Permalink
fix: update duration plugin type file (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
Axnyff committed Sep 21, 2020
1 parent c0f0886 commit 94af9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/plugin/duration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export declare class Duration {

clone(): Duration

humanize(withSuffix: boolean): string
humanize(withSuffix?: boolean): string

milliseconds(): number
asMilliseconds(): number
Expand Down

0 comments on commit 94af9af

Please sign in to comment.