UNPKG

asn1-ts

Version:

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

3 lines (2 loc) 141 B
import type ASN1Element from "../asn1.mjs"; export default function compareSetOfElementsCanonically(a: ASN1Element, b: ASN1Element): number;