UNPKG

@wildboar/pkcs

Version:
17 lines 400 B
import { type CMS_CONTENT_TYPE } from "../CryptographicMessageSyntax/CMS-CONTENT-TYPE.oca.mjs"; /** * @summary CMSContentTable * @description * * ### ASN.1 Definition: * * ```asn1 * CMSContentTable CMS-CONTENT-TYPE ::= {...} * ``` * * @constant * @type {CMS_CONTENT_TYPE[]} * */ export declare const CMSContentTable: CMS_CONTENT_TYPE[]; //# sourceMappingURL=CMSContentTable.osa.d.mts.map