UNPKG

asn1-ts

Version:

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

3 lines (2 loc) 155 B
import type { INTEGER, SingleThreadUint8Array } from "../../../macros.mjs"; export default function encodeInteger(value: INTEGER): SingleThreadUint8Array;