UNPKG
carstream
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Web stream CAR reader and writer.
github.com/alanshaw/carstream
alanshaw/carstream
carstream
/
src
/
index.js
9 lines
(7 loc)
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
{
CARReaderStream
}
from
'./reader.js'
export
{
CARWriterStream
}
from
'./writer.js'
/** * IPLD multicodec code for CAR. *
@see
https://github.com/multiformats/multicodec/blob/c954a787dc6a17d099653e5f90d26fbd177d2074/table.csv#L141 */
export
const
code =
0x0202