Skip to content

Commit

Permalink
add unknown to DateTimeFormatTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
long.ho committed Aug 23, 2022
1 parent 3f7ff15 commit 581315f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/es2017.intl.d.ts
Expand Up @@ -12,6 +12,7 @@ declare namespace Intl {
timeZoneName: any
weekday: any
year: any
unknown: any
}

type DateTimeFormatPartTypes = keyof DateTimeFormatPartTypesRegistry;
Expand Down

0 comments on commit 581315f

Please sign in to comment.