DefinitelyTyped/types/x509.js/x509.js-tests.ts
Stephane Moser 06ed23b54b Add types to library x509.js (#41713)
* Add files for types

* Fix lint issues

* Add tests

* Remove test data
2020-01-21 04:28:26 -05:00

6 lines
112 B
TypeScript

import * as x509js from 'x509.js';
x509js.parseCert('certSting');
x509js.parseKey('keyString');
x509js.info();