UNPKG
stream-chunks
Version:
latest (1.0.0)
1.0.0
Get all chunks of a stream
github.com/bergos/stream-chunks
bergos/stream-chunks
stream-chunks
/
index.js
12 lines
(10 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
chunks
from
'./chunks.js'
import
concat
from
'./concat.js'
import
concatChunks
from
'./concatChunks.js'
import
decode
from
'./decode.js'
export
{ concat, concatChunks, decode, chunks }