UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

11 lines (10 loc) 426 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.adapterConfigCacheKey = adapterConfigCacheKey; const idMaker_1 = __importDefault(require("../util/idMaker")); function adapterConfigCacheKey(conf = {}) { return `${(0, idMaker_1.default)(conf)}`; }