Skip to content

Commit

Permalink
type definition file index.d.ts export modified to match default expo…
Browse files Browse the repository at this point in the history
…rt used in index.js
  • Loading branch information
dhunganabibek authored and mojoaxel committed May 24, 2024
1 parent 78b8e8c commit 4faf4a0
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 @@ -46,7 +46,7 @@ declare module "pdf-merger-js" {
*/
setMetadata(metadata: Metadata): Promise<void>;
}
export = PDFMerger;
export default PDFMerger;
}

declare type PdfInput = Uint8Array | ArrayBuffer | Blob | URL | Buffer | String | PathLike | string;
Expand Down

0 comments on commit 4faf4a0

Please sign in to comment.