UNPKG

@wildboar/pc

Version:

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

15 lines (14 loc) 207 B
import { INTEGER } from "asn1-ts"; /** * @summary strmax * @description * * ### ASN.1 Definition: * * ```asn1 * strmax INTEGER ::= 256 * ``` * * @constant */ export declare const strmax: INTEGER;