mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add import to autobahn-test.ts
This commit is contained in:
parent
5f08b28bc0
commit
5001f99793
@@ -1,5 +1,7 @@
|
||||
/// <reference path="autobahn.d.ts"/>
|
||||
|
||||
import autobahn = require("autobahn");
|
||||
|
||||
class MyClass {
|
||||
add2Count: number = 0;
|
||||
session: autobahn.Session;
|
||||
@@ -44,4 +46,4 @@ function test_client() {
|
||||
};
|
||||
|
||||
connection.open();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user