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 {