diff --git a/sinon/sinon.d.ts b/sinon/sinon.d.ts index a33d65dfe..7d207ef2a 100644 --- a/sinon/sinon.d.ts +++ b/sinon/sinon.d.ts @@ -390,3 +390,7 @@ interface SinonStatic { } declare var sinon: SinonStatic; + +declare module "sinon" { + export = sinon; +}