Skip to content

Commit 5ff03a0

Browse files
author
Philipp Zins
committed
remove interface
1 parent debc593 commit 5ff03a0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib/es5.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4206,16 +4206,9 @@ declare namespace Intl {
42064206
timeZoneName?: string;
42074207
}
42084208

4209-
type DateTimeFormatPartTypes = "day" | "dayPeriod" | "era" | "hour" | "literal" | "minute" | "month" | "second" | "timeZoneName" | "weekday" | "year";
4210-
4211-
interface DateTimeFormatPart {
4212-
type: DateTimeFormatPartTypes;
4213-
value: string;
4214-
}
42154209
interface DateTimeFormat {
42164210
format(date?: Date | number): string;
42174211
resolvedOptions(): ResolvedDateTimeFormatOptions;
4218-
formatToParts(date?: Date | number): DateTimeFormatPart[];
42194212
}
42204213
var DateTimeFormat: {
42214214
new (locales?: string | string[], options?: DateTimeFormatOptions): DateTimeFormat;

0 commit comments

Comments
 (0)