Skip to content

Commit a4c41c2

Browse files
justingrantptomato
authored andcommitted
Add missing parameter in Duration.p.toString
1 parent 3c1dc20 commit a4c41c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export namespace Temporal {
516516
total(options: DurationTotalOptions): number;
517517
toLocaleString(locales?: string | string[], options?: Intl.DateTimeFormatOptions): string;
518518
toJSON(): string;
519-
toString(): string;
519+
toString(options?: ToStringPrecisionOptions): string;
520520
}
521521

522522
/**

0 commit comments

Comments
 (0)