Merge pull request #2 from EamonHetherton/patch-3

Update moment-timezone.d.ts
This commit is contained in:
EamonHetherton
2016-12-08 16:13:43 +10:00
committed by GitHub

View File

@@ -9,8 +9,8 @@ declare namespace moment {
interface Moment {
tz(): string;
tz(timezone: string): Moment;
zoneAbbr() :Moment;
zoneName() :Moment;
zoneAbbr(): string;
zoneName(): string;
}
interface MomentStatic {