Skip to content

Commit

Permalink
Update appendPage pages arg type declaration to support page ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahyeow committed May 2, 2024
1 parent 294e040 commit 6758153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muhammara.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ declare module "muhammara" {
options?: Recipe.AnnotOptions
): Recipe;

appendPage(pdfSrc: string, pages?: number | number[]): Recipe;
appendPage(pdfSrc: string, pages?: number | (number | [number, number])[]): Recipe;

encrypt(options: Recipe.EncryptOptions): Recipe;

Expand Down

0 comments on commit 6758153

Please sign in to comment.