diff --git a/autobahn/autobahn.d.ts b/autobahn/autobahn.d.ts index 3ef9e70619..b8812121d7 100644 --- a/autobahn/autobahn.d.ts +++ b/autobahn/autobahn.d.ts @@ -5,7 +5,7 @@ /// -declare module autobahnModule { +declare module autobahn { export class Session { id: number; @@ -196,5 +196,5 @@ declare module autobahnModule { } declare module "autobahn" { - export = autobahnModule; + export = autobahn; }