UNPKG

asn1-ts

Version:

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

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