interface ArchiveReader {
    read: ReadFn;
}

Properties

Properties

read: ReadFn