mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-05 09:00:12 +08:00
Merge pull request #140 from damianog/master
Update Globalize months property
This commit is contained in:
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[];
|
||||
|
||||
Reference in New Issue
Block a user