UNPKG
@gmod/bgzf-filehandle
Version:
latest (6.0.27)
6.0.27
6.0.26
6.0.25
6.0.24
6.0.23
6.0.22
6.0.20
6.0.19
6.0.18
6.0.12
6.0.11
6.0.10
6.0.9
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.2
5.0.1
5.0.0
4.2.1
4.2.0
4.1.1
4.1.0
4.0.0
3.0.5
3.0.3
3.0.2
3.0.1
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.5.5
1.5.4
1.5.3
1.5.2
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
read from a compressed bgzip file (with .gzi) as if it were uncompressed
gmod/bgzf-filehandle
@gmod/bgzf-filehandle
/
dist
/
util.d.ts
3 lines
(2 loc)
•
145 B
TypeScript
View Raw
1
2
3
export
declare
function
sum
(
array
:
Uint8Array
[]
):
number
;
export
declare
function
concatUint8Array
(
args
:
Uint8Array
[]
):
Uint8Array
<
ArrayBuffer
>;