From 887d06c91aacfd52e1a1d6019e9a0e6c91727e2e Mon Sep 17 00:00:00 2001 From: Nuno Freitas Date: Sun, 12 Nov 2017 09:47:06 +0000 Subject: [PATCH] Update typings to allow import * as alias syntax --- chai-iterator.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chai-iterator.d.ts b/chai-iterator.d.ts index d4f3617..026449d 100644 --- a/chai-iterator.d.ts +++ b/chai-iterator.d.ts @@ -45,5 +45,5 @@ declare global { } declare function chaiIterator(chai: any, utils: any): void; - +declare namespace chaiIterator {} export = chaiIterator;