toJSON() added

This commit is contained in:
laszlojakab
2015-02-24 09:24:16 +01:00
parent 048ad97d98
commit 2fb1302479
+1
View File
@@ -227,6 +227,7 @@ declare module moment {
toDate(): Date;
toISOString(): string;
toJSON(): string;
unix(): number;
isLeapYear(): boolean;