UNPKG

x509-ts

Version:

Encode and decode X.509 (TLS) Certificates, Attribute Certificates, CRLs, and more.

4 lines 161 B
import { ObjectIdentifier } from "asn1-ts"; declare type KeyPurposeId = ObjectIdentifier; export default KeyPurposeId; //# sourceMappingURL=KeyPurposeId.d.ts.map