mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #1245 from borisyankov/momentjs-zone-function
Momentjs zone function
This commit is contained in:
Vendored
+2
@@ -121,6 +121,8 @@ interface Moment {
|
||||
|
||||
isLeapYear(): boolean;
|
||||
zone(): number;
|
||||
zone(b: number): Moment;
|
||||
zone(b: string): Moment;
|
||||
daysInMonth(): number;
|
||||
isDST(): boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user