From b875f439c4ff0e191c5a6a64d70bd6b029cfcca9 Mon Sep 17 00:00:00 2001 From: SomaticIT Date: Fri, 21 Feb 2014 01:04:46 +0100 Subject: [PATCH] Add moment amd definition (require shim) --- moment/moment.d.ts | 4 ++++ 1 file changed, 4 insertions(+) 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; +}