Enabling 'when.d.ts' to be also usable as an external module so that is can be included like 'import When = require(../when/when);'

This commit is contained in:
pkaul
2014-03-16 18:06:16 +01:00
parent 54d4f70ef8
commit 0e7474da9e
+2
View File
@@ -78,3 +78,5 @@ declare module When {
reason?: any;
}
}
export = When;