UNPKG

@ethersphere/bee-js

Version:
4 lines (3 loc) 163 B
import { Collection } from '..'; import { TarStream } from './tar'; export declare function writeTar(collection: Collection, tarStream: TarStream): Promise<void>;