UNPKG

@wildboar/pkcs

Version:
18 lines (17 loc) 291 B
/** * @summary CRIAttributes * @description * * ### ASN.1 Definition: * * ```asn1 * CRIAttributes ATTRIBUTE ::= { * ... -- add any locally defined attributes here -- } * ``` * * @constant * @type {ATTRIBUTE[]} * */ export const CRIAttributes = []; /* eslint-enable */