interface ExpandGlobOptions
extends Omit<GlobOptions, "os">
Options for expandGlob and expandGlobSync.
Properties
optional
includeDirs: boolean = trueWhether to include directories in entries.
optional
followSymlinks: boolean = falseWhether to follow symbolic links.
optional
canonicalize: boolean = trueIndicates whether the followed symlink's path should be canonicalized.
This option works only if followSymlinks is not false.