UNPKG

asn1-ts

Version:

ASN.1 encoding and decoding, including BER, CER, and DER.

8 lines (7 loc) 177 B
import ObjectIdentifier from "./ObjectIdentifier.mjs"; export default class TypeIdentifier { constructor(id, type) { this.id = id; this.type = type; } }