UNPKG

@wildboar/rose

Version:
15 lines (14 loc) 215 B
/** * @summary noInvokeId * @description * * ### ASN.1 Definition: * * ```asn1 * noInvokeId InvokeId ::= absent:NULL * ``` * * @constant */ export const noInvokeId = { absent: null }; /* eslint-enable */