mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Merge pull request #3110 from jbblanchet/master
Declare variable so import works
This commit is contained in:
commit
cd280100a8
3
tv4/tv4.d.ts
vendored
3
tv4/tv4.d.ts
vendored
@ -43,5 +43,6 @@ interface TV4 {
|
||||
errorCodes:TV4ErrorCodes;
|
||||
}
|
||||
declare module "tv4" {
|
||||
export = TV4;
|
||||
var tv4: TV4
|
||||
export = tv4;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user