KC's Workspace
    Preparing search index...
    interface IGlobOptions {
        cwd?: string | URL;
        exclude?: string | string[];
        maxdepth?: number;
        withFileTypes?: boolean;
    }
    Index

    Properties

    cwd?: string | URL

    Current working directory.

    exclude?: string | string[]

    Exclude patterns.

    maxdepth?: number

    Maximum search depth.

    withFileTypes?: boolean

    Whether to include symbolic links.