UNPKG

@peculiar/fortify-client-core

Version:

Fortify client core API for quickly connect to Fortify App

6 lines (5 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.X509Schema = void 0; var x509_schema_1 = require("./x509_schema"); Object.defineProperty(exports, "X509Schema", { enumerable: true, get: function () { return x509_schema_1.X509Schema; } });