Skip to content

Commit

Permalink
make deepClone parameter optional
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Mar 8, 2023
1 parent b66e675 commit e4ada53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ declare class ZipEntry {
*
* @param deepClone `true` to clone all the descendants.
*/
clone(deepClone: boolean): ZipEntry
clone(deepClone?: boolean): ZipEntry
/**
* Returns the full filename of the entry
*/
Expand Down

0 comments on commit e4ada53

Please sign in to comment.