UNPKG

@jbrowse/plugin-authentication

Version:

JBrowse 2 Authentication

11 lines (10 loc) 625 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.modelFactory = exports.configSchema = void 0; var configSchema_1 = require("./configSchema"); Object.defineProperty(exports, "configSchema", { enumerable: true, get: function () { return __importDefault(configSchema_1).default; } }); var model_1 = require("./model"); Object.defineProperty(exports, "modelFactory", { enumerable: true, get: function () { return __importDefault(model_1).default; } });