From 7a168c684adaa2123066e116f1eab068daa785bf Mon Sep 17 00:00:00 2001 From: voximplant Date: Wed, 4 Nov 2015 21:51:13 +0300 Subject: [PATCH] Fixed module description Fixed module description --- voximplant-websdk/voximplant-websdk.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/voximplant-websdk/voximplant-websdk.d.ts b/voximplant-websdk/voximplant-websdk.d.ts index 075283a21..5ce079574 100644 --- a/voximplant-websdk/voximplant-websdk.d.ts +++ b/voximplant-websdk/voximplant-websdk.d.ts @@ -3,7 +3,7 @@ // Definitions by: Alexey 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; +}