mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Error on interface definition MomentCreationData
line 128 getting error ";" expected
This commit is contained in:
10
moment/moment-node.d.ts
vendored
10
moment/moment-node.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user