Merge branch 'patch-1' of https://github.com/gscshoyru/DefinitelyTyped into momentjs-zone-function

This commit is contained in:
Basarat Syed
2013-11-11 17:33:41 +11:00
+2
View File
@@ -121,6 +121,8 @@ interface Moment {
isLeapYear(): boolean;
zone(): number;
zone(b: number) Moment;
zone(b: string): Moment;
daysInMonth(): number;
isDST(): boolean;