Touffy / client-zip

A client-side streaming ZIP generator
MIT License
342 stars 22 forks source link

add a couple of missing type annotations in index.d.ts #10

Closed bluetech closed 3 years ago

bluetech commented 3 years ago

Without these, a project using strict TypeScript settings emits an errors like "Member 'name' implicitly has an 'any' type.".

These annotations match the types in src/index.ts.