refactor: quality workflow, docs, tests

This commit is contained in:
Esdras Renan 2025-10-16 19:14:46 -03:00
parent a9caf36b01
commit 68ace0a858
27 changed files with 758 additions and 330 deletions

View file

@ -1,5 +1,4 @@
declare module "pdfkit/js/pdfkit.standalone.js" {
const PDFDocument: any
const PDFDocument: typeof import("pdfkit")
export default PDFDocument
}