rkusa / pdfjs

A Portable Document Format (PDF) generation library targeting both the server- and client-side.
MIT License
774 stars 142 forks source link

Fix Document.asBuffer types #321

Closed tim-we closed 9 months ago

tim-we commented 10 months ago

The types for Document.asBuffer are currently not correct and do not include the opts argument. I changed this and the return type for each possible argument combination.

rkusa commented 9 months ago

Thanks!