jszip
jszip copied to clipboard
install jszip by npm missing type decodeFileName
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"
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.