diff --git a/moment/moment.d.ts b/moment/moment.d.ts index 4bc63c807..0d7affcb2 100644 --- a/moment/moment.d.ts +++ b/moment/moment.d.ts @@ -324,3 +324,7 @@ interface MomentStatic { } declare var moment: MomentStatic; + +declare module "moment" { + export = moment; +}