UNPKG

@wildboar/pkcs

Version:
17 lines (16 loc) 251 B
/** * @summary CMSContentTable * @description * * ### ASN.1 Definition: * * ```asn1 * CMSContentTable CMS-CONTENT-TYPE ::= {...} * ``` * * @constant * @type {CMS_CONTENT_TYPE[]} * */ export const CMSContentTable = []; /* eslint-enable */