interface ArchiveWriter {
    snapshot: SnapshotFn;
    write: WriteFn;
}

Properties

Properties

snapshot: SnapshotFn
write: WriteFn