Skip to content

Commit

Permalink
Merge pull request #737 from satoshicano/update-types-JSZipLoadOptions
Browse files Browse the repository at this point in the history
types: add decodeFIleName parameter type definitions
  • Loading branch information
Stuk committed Oct 11, 2021
2 parents 85c4989 + d657248 commit 2ebb7e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ declare namespace JSZip {
checkCRC32?: boolean;
optimizedBinaryString?: boolean;
createFolders?: boolean;
decodeFileName?: (bytes: string[] | Uint8Array | Buffer) => string;
}
}

Expand Down

0 comments on commit 2ebb7e8

Please sign in to comment.