Package Exports
- x509-ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (x509-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
X.509 TypeScript Library
- Author: Jonathan M. Wilbur <jonathan@wilbur.space>
- Copyright Year: 2019
- License: MIT License
Building
You can build this library by running npm run build
.
The outputs will all be in dist
.
dist/x509.min.js
is the library for the web browser, which is minified.dist/index.js
is the root of the NodeJS library, which is not minified.