We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f0886 commit 94af9afCopy full SHA for 94af9af
types/plugin/duration.d.ts
@@ -11,7 +11,7 @@ export declare class Duration {
11
12
clone(): Duration
13
14
- humanize(withSuffix: boolean): string
+ humanize(withSuffix?: boolean): string
15
16
milliseconds(): number
17
asMilliseconds(): number
0 commit comments