Skip to content

Commit

Permalink
Merge pull request #1 from RickyL2/Fix-typescript-error
Browse files Browse the repository at this point in the history
Update pdf-img-convert.d.ts
  • Loading branch information
RickyL2 authored Mar 1, 2023
2 parents c5acfd9 + 825500d commit 7b59d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf-img-convert.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ declare function convert (
}
): Promise<string[]|Uint8Array[]>

export = { convert }
export {convert}

0 comments on commit 7b59d67

Please sign in to comment.