@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
20 lines • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.strmax = void 0;
/* START_OF_SYMBOL_DEFINITION strmax */
/**
* @summary strmax
* @description
*
* ### ASN.1 Definition:
*
* ```asn1
* strmax INTEGER ::= 256
* ```
*
* @constant
*/
exports.strmax = 256;
/* END_OF_SYMBOL_DEFINITION strmax */
/* eslint-enable */
//# sourceMappingURL=strmax.va.js.map