mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
All options should be optional
This commit is contained in:
parent
6184c15d9c
commit
9e4d5dacc5
2
src/lib/intl.d.ts
vendored
2
src/lib/intl.d.ts
vendored
@ -82,7 +82,7 @@ declare module Intl {
|
||||
second?: string;
|
||||
timeZoneName?: string;
|
||||
formatMatcher?: string;
|
||||
hour12: boolean;
|
||||
hour12?: boolean;
|
||||
}
|
||||
|
||||
interface ResolvedDateTimeFormatOptions {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user