Stuk / jszip

Create, read and edit .zip files with Javascript
https://stuk.github.io/jszip/
Other
9.77k stars 1.3k forks source link

Typescript definitions: Fix return type of JSZipGeneratorOptions.encodeFileName #883

Open skyt-a opened 1 year ago

skyt-a commented 1 year ago

fixes #833 Hi. JSZipGeneratorOptions.encodeFileName is inconsistent with the document description and the TypeScript type definition, so fix type definition.