@cypsela/browser-source
    Preparing search index...

    Interface BrowserFsItemSourceOptions

    interface BrowserFsItemSourceOptions {
        hidden?: boolean;
        mode?: number;
        mtime?: Mtime;
        onlyFiles?: boolean;
        prefix?: string;
        preserveMtime?: boolean;
    }
    Index

    Properties

    hidden?: boolean

    Include .dot files in matched paths.

    mode?: number

    mode to use

    mtime?: Mtime

    mtime to use - if preserveMtime is true this will be ignored

    onlyFiles?: boolean

    Include only output files

    prefix?: string

    Path prefix, must end with '/'

    preserveMtime?: boolean

    Preserve mtime