Export when as an ambient external declaration

This commit is contained in:
Wim Looman
2014-11-28 20:27:13 +13:00
parent 7c94fa739c
commit 101e3405fb
+3 -1
View File
@@ -79,4 +79,6 @@ declare module When {
}
}
export = When;
declare module "when" {
export = When;
}