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
allmoviestvshowslistsfilmography28 committed Sep 21, 2020
1 parent 1be7ea3 commit ad83629
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 ad83629

Please sign in to comment.