summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.es2017.intl.d.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-12-06 18:49:34 -0500
committerGitHub <noreply@github.com>2023-12-06 18:49:34 -0500
commit68d356eed91731cd0c13eb946f296aa90ef4d5ac (patch)
treed08389fa2e4a2d6a0c65f312fff17142f80b956d /cli/tsc/dts/lib.es2017.intl.d.ts
parenta931a47511f0f1160f2446a543fed867ea59703b (diff)
feat: TypeScript 5.3 (#21480)
https://github.com/denoland/TypeScript/pull/9
Diffstat (limited to 'cli/tsc/dts/lib.es2017.intl.d.ts')
-rw-r--r--cli/tsc/dts/lib.es2017.intl.d.ts23
1 files changed, 11 insertions, 12 deletions
diff --git a/cli/tsc/dts/lib.es2017.intl.d.ts b/cli/tsc/dts/lib.es2017.intl.d.ts
index 628d7f533..02a4bf4f4 100644
--- a/cli/tsc/dts/lib.es2017.intl.d.ts
+++ b/cli/tsc/dts/lib.es2017.intl.d.ts
@@ -17,19 +17,18 @@ and limitations under the License.
/// <reference no-default-lib="true"/>
declare namespace Intl {
-
interface DateTimeFormatPartTypesRegistry {
- day: any
- dayPeriod: any
- era: any
- hour: any
- literal: any
- minute: any
- month: any
- second: any
- timeZoneName: any
- weekday: any
- year: any
+ day: any;
+ dayPeriod: any;
+ era: any;
+ hour: any;
+ literal: any;
+ minute: any;
+ month: any;
+ second: any;
+ timeZoneName: any;
+ weekday: any;
+ year: any;
}
type DateTimeFormatPartTypes = keyof DateTimeFormatPartTypesRegistry;