PeculiarVentures / PKI.js

PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
http://pkijs.org
Other
1.25k stars 204 forks source link

fix: TypeScript issues #381

Closed sander closed 3 months ago

sander commented 10 months ago

These are probably not blocking for actual users, but I found them while including PKI.js as a source dependency to another TypeScript project.

microshine commented 3 months ago

Fixed in #384