diff --git a/should/should.d.ts b/should/should.d.ts index b3c37846a..13eca9ccf 100644 --- a/should/should.d.ts +++ b/should/should.d.ts @@ -111,8 +111,8 @@ interface Internal extends ShouldInternal { inspect(value: any, obj: any): any; } -declare module "should" { - export = Internal; -} - declare var should: Internal; + +declare module "should" { + export = should; +}