-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
martina
committed
Apr 22, 2021
1 parent
ce41c1f
commit bfa9670
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { SequenceViewer } from './lib/sequence.viewer'; | ||
export { ProSeqViewer } from './lib/proseqviewer'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SequenceViewer = void 0; | ||
var sequence_viewer_1 = require("./lib/sequence.viewer"); | ||
Object.defineProperty(exports, "SequenceViewer", { enumerable: true, get: function () { return sequence_viewer_1.SequenceViewer; } }); | ||
exports.ProSeqViewer = void 0; | ||
var proseqviewer_1 = require("./lib/proseqviewer"); | ||
Object.defineProperty(exports, "ProSeqViewer", { enumerable: true, get: function () { return proseqviewer_1.ProSeqViewer; } }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters