UNPKG
@gmod/gff
Version:
beta (0.0.1)
latest (2.1.0)
2.1.0
2.0.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
0.0.1
read and write GFF3 data as streams
GMOD/gff-js
@gmod/gff
/
esm
/
index.js
11 lines
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ parseStream, parseStringSync, formatSync, formatStream, formatFile, }
from
'./api'
;
import
*
as
util
from
'./util'
;
export
default
{ parseStream, parseStringSync, formatSync, formatStream, formatFile, util, };
//# sourceMappingURL=index.js.map