interface GlobOptions
Properties Jump to heading
optional
Jump to headingcwd: string | undefinedCurrent working directory.
optional
Jump to headingexclude: ((fileName: string) => boolean) | undefinedFunction to filter out files/directories. Return true to exclude the item, false to include it.
optional
Jump to headingwithFileTypes: boolean | undefinedtrue if the glob should return paths as Dirents, false otherwise.