UNPKG

asn1-ts

Version:

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

5 lines (4 loc) 132 B
import type { SingleThreadBuffer } from "../macros.mjs"; export default interface Enbyteable { toBytes(): SingleThreadBuffer; }