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