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 22, 2022
1 parent 3f7ff15 commit 546f3a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 546f3a5

Please sign in to comment.