mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3241 from Nemo157/when-as-ambient-external-declaration
Export when as an ambient external declaration
This commit is contained in:
Vendored
+3
-1
@@ -79,4 +79,6 @@ declare module When {
|
||||
}
|
||||
}
|
||||
|
||||
export = When;
|
||||
declare module "when" {
|
||||
export = When;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user