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;