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
/
interfaces.d.ts
6 lines
(5 loc)
•
104 B
TypeScript
View Raw
1
2
3
4
5
6
interface
IProtAnnotConfig
{
pfam31
?:
boolean
;
tmhmm2
?:
boolean
; }
export
{
IProtAnnotConfig
};