mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Merge pull request #3110 from jbblanchet/master
Declare variable so import works
This commit is contained in:
Vendored
+2
-1
@@ -43,5 +43,6 @@ interface TV4 {
|
||||
errorCodes:TV4ErrorCodes;
|
||||
}
|
||||
declare module "tv4" {
|
||||
export = TV4;
|
||||
var tv4: TV4
|
||||
export = tv4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user