UNPKG

@wildboar/pki-stub

Version:
22 lines 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ds = void 0; /* eslint-disable */ const asn1_ts_1 = require("asn1-ts"); /* START_OF_SYMBOL_DEFINITION ds */ /** * @summary ds * @description * * ### ASN.1 Definition: * * ```asn1 * ds OBJECT IDENTIFIER ::= {joint-iso-itu-t ds(5)} * ``` * * @constant */ exports.ds = new asn1_ts_1.ObjectIdentifier([/* ds */ 5], asn1_ts_1.joint_iso_itu_t); /* END_OF_SYMBOL_DEFINITION ds */ /* eslint-enable */ //# sourceMappingURL=ds.va.js.map