mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #140 from damianog/master
Update Globalize months property
This commit is contained in:
commit
a48917fc8f
7
globalize/globalize.d.ts
vendored
7
globalize/globalize.d.ts
vendored
@ -49,6 +49,11 @@ interface GlobalizeDays {
|
||||
namesShort: string[];
|
||||
}
|
||||
|
||||
interface GlobalizeMonths {
|
||||
names: string[];
|
||||
namesAbbr: string[];
|
||||
}
|
||||
|
||||
interface GlobalizePatterns {
|
||||
d: string;
|
||||
D: string;
|
||||
@ -67,7 +72,7 @@ interface GlobalizeCalendar {
|
||||
// ":": string,
|
||||
firstDay: number;
|
||||
days: GlobalizeDays;
|
||||
months: any[];
|
||||
months: GlobalizeMonths;
|
||||
AM: string[];
|
||||
PM: string[];
|
||||
eras: GlobalizeEra[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user