UNPKG

carbites

Version:

Chunking for CAR files. Split a single CAR into multiple CARs.

8 lines 506 B
import { SimpleCarSplitter as CarSplitter } from "./simple/index.js"; import { SimpleCarJoiner as CarJoiner } from "./simple/index.js"; import { RootedCarSplitter } from "./rooted/index.js"; import { RootedCarJoiner } from "./rooted/index.js"; import { TreewalkCarSplitter } from "./treewalk/index.js"; import { TreewalkCarJoiner } from "./treewalk/index.js"; export { CarSplitter, CarJoiner, RootedCarSplitter, RootedCarJoiner, TreewalkCarSplitter, TreewalkCarJoiner }; //# sourceMappingURL=index.d.ts.map