file-collection
    Preparing search index...

    Interface Options

    interface Options {
        filter?: FilterOptions;
        logger?: Logger;
        ungzip?: UngzipExpandOptions;
        unzip?: UnzipExpandOptions;
    }
    Index

    Properties

    filter?: FilterOptions

    Filter options that determines the files to include / exclude

    {}
    
    logger?: Logger

    Expand all gzip files Set this value to undefined to prevent ungzip

    {}
    

    Expand all zip files Set this value to undefined to prevent unzip

    {}