mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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:
Vendored
+2
@@ -78,3 +78,5 @@ declare module When {
|
||||
reason?: any;
|
||||
}
|
||||
}
|
||||
|
||||
export = When;
|
||||
|
||||
Reference in New Issue
Block a user