UNPKG
@gmod/tabix
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.0
1.6.1
1.6.0
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Read Tabix-indexed files, supports both .tbi and .csi indexes
GMOD/tabix-js
@gmod/tabix
/
src
/
index.ts
4 lines
(3 loc)
•
152 B
text/typescript
View Raw
1
2
3
4
export
{
default
as
TabixIndexedFile
}
from
'./tabixIndexedFile.ts'
export
{
default
as
CSI
}
from
'./csi.ts'
export
{
default
as
TBI
}
from
'./tbi.ts'