interface ExpandGlobOptions extends Omit<GlobOptions, "os"> Properties 🔗 root: string 🔗 exclude: string[] 🔗 includeDirs: boolean 🔗 followSymlinks: boolean 🔗 canonicalize: boolean = true Indicates whether the followed symlink's path should be canonicalized. This option works only if followSymlinks is not false. Properties 🔗 root: string 🔗 exclude: string[] 🔗 includeDirs: boolean 🔗 followSymlinks: boolean 🔗 canonicalize: boolean = true Indicates whether the followed symlink's path should be canonicalized. This option works only if followSymlinks is not false.