UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

11 lines (10 loc) 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GeneCoordsGenomic = exports.GeneCollapsedIntronNoCoords = exports.GeneCollapsedIntronCoords = exports.CDSNoCoords = exports.CDSCoords = void 0; var examples_1 = require("./examples"); Object.defineProperty(exports, "CDSCoords", { enumerable: true, get: function () { return examples_1.CDSCoords; } }); Object.defineProperty(exports, "CDSNoCoords", { enumerable: true, get: function () { return examples_1.CDSNoCoords; } }); Object.defineProperty(exports, "GeneCollapsedIntronCoords", { enumerable: true, get: function () { return examples_1.GeneCollapsedIntronCoords; } }); Object.defineProperty(exports, "GeneCollapsedIntronNoCoords", { enumerable: true, get: function () { return examples_1.GeneCollapsedIntronNoCoords; } }); Object.defineProperty(exports, "GeneCoordsGenomic", { enumerable: true, get: function () { return examples_1.GeneCoordsGenomic; } }); exports.default = { title: 'Source code for examples' };