@shopify/cli-kit
    Preparing search index...

    Interface DecompressionOptions

    Options for decompressing a Brotli compressed tar archive.

    interface DecompressionOptions {
        inputFile: string;
        outputDirectory: string;
    }
    Index

    Properties

    inputFile: string

    Path to the compressed file.

    outputDirectory: string

    Directory where files should be extracted.