jszip icon indicating copy to clipboard operation
jszip copied to clipboard

install jszip by npm missing type decodeFileName

Open vian94 opened this issue 3 years ago • 1 comments

package version: 3.7.1 https://www.npmjs.com/package/jszip/v/3.7.1 in index.d.ts: interface JSZipLoadOptions { base64?: boolean; checkCRC32?: boolean; optimizedBinaryString?: boolean; createFolders?: boolean; } missing prop "decodeFIleName"

vian94 avatar Nov 17 '21 06:11 vian94

Package version: 3.7.1 @vian94, any update on this? I'm also having the same issue. The index.d.ts file in git repository has decodeFileName defined for the interface JSZipLoadOptions, but the index.d.ts in my local node module package (attached as txt file) does not have it.

Thanks in advance, Joe index.txt.

joecv avatar Mar 28 '22 15:03 joecv