UNPKG

@wildboar/acse

Version:
17 lines (16 loc) 229 B
/** * @summary ObjectSet * @description * * ### ASN.1 Definition: * * ```asn1 * ObjectSet MECHANISM-NAME ::= {...} * ``` * * @constant * @type {MECHANISM_NAME[]} * */ export const ObjectSet = []; /* eslint-enable */