UNPKG
prot-annot
Version:
latest (0.1.1-0)
0.1.1-0
0.1.0-0
0.0.4-0
0.0.3-0
0.0.2-0
0.0.1-0
A package to generate SVG images of protein annotation.
gitlab.com/mist3/prot-annot
prot-annot
/
lib
/
index.js
5 lines
•
195 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
ProtAnnot
_1 =
require
(
"./ProtAnnot"
);
exports
.
ProtAnnot
=
ProtAnnot
_1.
ProtAnnot
;
//# sourceMappingURL=index.js.map