Skip to content

Commit 2ebb7e8

Browse files
authoredOct 11, 2021
Merge pull request #737 from satoshicano/update-types-JSZipLoadOptions
types: add decodeFIleName parameter type definitions
2 parents 85c4989 + d657248 commit 2ebb7e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ declare namespace JSZip {
143143
checkCRC32?: boolean;
144144
optimizedBinaryString?: boolean;
145145
createFolders?: boolean;
146+
decodeFileName?: (bytes: string[] | Uint8Array | Buffer) => string;
146147
}
147148
}
148149

0 commit comments

Comments
 (0)
Please sign in to comment.