vbuch / node-signpdf

Simple signing of PDFs in node.
MIT License
676 stars 174 forks source link

Fix placeholder-pdf-lib's .d.ts #238

Closed vbuch closed 3 months ago

vbuch commented 3 months ago

Fix the reported missing import of pdf-lib's PDFPage that we use as a parameter type. To automate the process I additionally introduce tsd as a tool to validate the types we generate. Only doing an import with no additional type tests.

Fixes #234

coveralls commented 3 months ago

Coverage Status

coverage: 99.636%. remained the same when pulling 7749d8d904034844819448dfc33fcf55c716222d on bugfix/234-pdf-lib-dts into 13b071e7640f15c69f5aee9a3c4af417d15cccba on develop.