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.d.ts
4 lines
(3 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
import
{
IProtAnnotConfig
}
from
'./interfaces'
;
import
{
ProtAnnot
}
from
'./ProtAnnot'
;
export
{
ProtAnnot
,
IProtAnnotConfig
};