Skip to content

Commit 94af9af

Browse files
authored
fix: update duration plugin type file (#1065)
1 parent c0f0886 commit 94af9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/plugin/duration.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export declare class Duration {
1111

1212
clone(): Duration
1313

14-
humanize(withSuffix: boolean): string
14+
humanize(withSuffix?: boolean): string
1515

1616
milliseconds(): number
1717
asMilliseconds(): number

0 commit comments

Comments
 (0)