mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
added zoneAbbr() ,zoneName() support
This commit is contained in:
Vendored
+2
@@ -9,6 +9,8 @@ declare module moment {
|
||||
interface Moment {
|
||||
tz(): string;
|
||||
tz(timezone: string): Moment;
|
||||
zoneAbbr() :Moment;
|
||||
zoneName() :Moment;
|
||||
}
|
||||
|
||||
interface MomentStatic {
|
||||
|
||||
Reference in New Issue
Block a user