cross-7zip - v1.2.0
    Preparing search index...

    Type Alias UnzipOptions

    type UnzipOptions = {
        archive: string;
        destination: string;
        password?: string;
    }
    Index

    Properties

    archive: string

    Specifies the path to the zipped file.

    destination: string

    Specifies the path to the output directory.

    password?: string

    Password for the archive.