file-collection
    Preparing search index...

    Interface UnzipExpandOptions

    interface UnzipExpandOptions {
        recursive?: boolean;
        zipExtensions?: string[];
    }
    Index

    Properties

    recursive?: boolean

    Recursively expand all zip and gzip files

    true
    
    zipExtensions?: string[]

    List of extensions to expand

    ['zip']