UNPKG

asn1-ts

Version:

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

7 lines (6 loc) 122 B
export default class TypeIdentifier { constructor(id, type) { this.id = id; this.type = type; } }