UNPKG

asn1-ts

Version:

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

3 lines (2 loc) 118 B
import type { OID_IRI } from "../../../macros.mjs"; export default function decodeOIDIRI(bytes: Uint8Array): OID_IRI;