From 2fb1302479033161817fb901a778323d7bd4b743 Mon Sep 17 00:00:00 2001 From: laszlojakab Date: Tue, 24 Feb 2015 09:24:16 +0100 Subject: [PATCH] toJSON() added --- moment/moment.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/moment/moment.d.ts b/moment/moment.d.ts index 6bd041c5c..841ecd09a 100644 --- a/moment/moment.d.ts +++ b/moment/moment.d.ts @@ -227,6 +227,7 @@ declare module moment { toDate(): Date; toISOString(): string; + toJSON(): string; unix(): number; isLeapYear(): boolean;