UNPKG

xadesjs

Version:

XML Advanced Electronic Signatures (XAdES) implementation in TypeScript/JavaScript built on XMLDSIGjs

13 lines (12 loc) 865 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Convert = exports.Parse = exports.Select = exports.Application = exports.xml = void 0; const tslib_1 = require("tslib"); exports.xml = tslib_1.__importStar(require("./xml/index.js")); tslib_1.__exportStar(require("./signed_xml.js"), exports); var xmldsigjs_1 = require("xmldsigjs"); Object.defineProperty(exports, "Application", { enumerable: true, get: function () { return xmldsigjs_1.Application; } }); var xml_core_1 = require("xml-core"); Object.defineProperty(exports, "Select", { enumerable: true, get: function () { return xml_core_1.Select; } }); Object.defineProperty(exports, "Parse", { enumerable: true, get: function () { return xml_core_1.Parse; } }); Object.defineProperty(exports, "Convert", { enumerable: true, get: function () { return xml_core_1.Convert; } });