mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 20:37:58 +08:00
Merge pull request #2 from EamonHetherton/patch-3
Update moment-timezone.d.ts
This commit is contained in:
4
moment-timezone/moment-timezone.d.ts
vendored
4
moment-timezone/moment-timezone.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user