storage.js 204 B

12345
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.schemaStorage = void 0;
  4. const schema_1 = require("./schema");
  5. exports.schemaStorage = new schema_1.AsnSchemaStorage();