UNPKG

@wildboar/pc

Version:

Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript

15 lines 254 B
import { INTEGER } from "@wildboar/asn1"; /** * @summary strmax * @description * * ### ASN.1 Definition: * * ```asn1 * strmax INTEGER ::= 256 * ``` * * @constant */ export declare const strmax: INTEGER; //# sourceMappingURL=strmax.va.d.mts.map