diff --git a/index.d.ts b/index.d.ts index e8f4c129..86b31bf2 100644 --- a/index.d.ts +++ b/index.d.ts @@ -324,6 +324,7 @@ interface JSZip { prototype: JSZip; support: JSZipSupport; + root: string; external: { Promise: PromiseConstructorLike; };