glob
    Preparing search index...

    Type Alias GlobOptionsWithFileTypesTrue

    GlobOptionsWithFileTypesTrue: GlobOptions & {
        absolute?: undefined;
        mark?: undefined;
        posix?: undefined;
        withFileTypes: true;
    }