From 6e3863734247df947a86e87f87a7c59f588bf6da Mon Sep 17 00:00:00 2001 From: Jorge Baroudi Date: Tue, 26 Jan 2016 10:51:04 -0600 Subject: [PATCH] Error on interface definition MomentCreationData line 128 getting error ";" expected --- moment/moment-node.d.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/moment/moment-node.d.ts b/moment/moment-node.d.ts index 6c1810837..1382a1206 100644 --- a/moment/moment-node.d.ts +++ b/moment/moment-node.d.ts @@ -125,11 +125,11 @@ declare module moment { } interface MomentCreationData { - input?: string, - format?: string, - locale: MomentLocale, - isUTC: boolean, - strict?: boolean + input?: string; + format?: string; + locale: MomentLocale; + isUTC: boolean; + strict?: boolean; } interface Moment {