kaios-types
    Preparing search index...

    Interface ArchiveReaderOptions

    Options for creating an ArchiveReader.

    interface ArchiveReaderOptions {
        encoding?: string;
    }
    Index

    Properties

    Properties

    encoding?: string

    The character encoding of the filenames in the archive. Default: "windows-1252"