Skip to content
Snippets Groups Projects
Commit 153fc952 authored by Igor Markin's avatar Igor Markin
Browse files

Add build

parent 3af6f36a
No related branches found
No related tags found
1 merge request!44Implement a new signature/verification algorithm with severity level
export * from "./types";
export * from "./services/SigningService/types";
export * from "./utils/common";
export { default as CloudflareService } from "./services/CloudflareService";
export { default as VerificationService } from "./services/VerificationService";
......
......@@ -12,6 +12,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
Object.defineProperty(exports, "__esModule", { value: true });
exports.CDNService = exports.RollingHash = exports.SigningService = exports.RKAUtility = exports.QrCodeTemplate = exports.MailParser = exports.VerificationError = exports.CryptoService = exports.QrCodeDataService = exports.CommonUtils = exports.StatusesService = exports.MimeVerificationService = exports.VerificationService = exports.CloudflareService = void 0;
__exportStar(require("./types"), exports);
__exportStar(require("./services/SigningService/types"), exports);
__exportStar(require("./utils/common"), exports);
var CloudflareService_1 = require("./services/CloudflareService");
Object.defineProperty(exports, "CloudflareService", { enumerable: true, get: function () { return CloudflareService_1.default; } });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment