UNPKG

asn1-ts

Version:

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

3 lines (2 loc) 146 B
import type { RELATIVE_OID } from "../../../macros.mjs"; export default function encodeRelativeObjectIdentifier(value: RELATIVE_OID): Uint8Array;