Fixed module description

Fixed module description
This commit is contained in:
voximplant
2015-11-04 21:51:13 +03:00
parent e86153051c
commit 7a168c684a
+5 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Alexey Aylarov <https://github.com/aylarov/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module VoxImplant {
declare namespace VoxImplant {
/**
* VoxImplant.Client general events
@@ -1209,3 +1209,7 @@ declare module VoxImplant {
function version(): String;
}
declare module "voximplant-websdk" {
export = VoxImplant;
}