UNPKG

asn1-ts

Version:

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

5 lines (4 loc) 165 B
import type Enbyteable from "./Enbyteable.mjs"; import type Debyteable from "./Debyteable.mjs"; export default interface Byteable extends Enbyteable, Debyteable { }