UNPKG

@wildboar/pc

Version:

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

15 lines (14 loc) 181 B
/** * @summary strmax * @description * * ### ASN.1 Definition: * * ```asn1 * strmax INTEGER ::= 256 * ``` * * @constant */ export const strmax = 256; /* eslint-enable */