Optional Readonlyabsolute?: booleanOptional ReadonlybaseNameMatch?: booleanIf set to true, then patterns without slashes will be matched against
the basename of the path if it contains slashes.
Optional ReadonlybraceExpansion?: booleanEnables Bash-like brace expansion.
Optional ReadonlycaseSensitiveMatch?: booleanEnables a case-sensitive mode for matching files.
Optional Readonlyconcurrency?: numberSpecifies the maximum number of concurrent requests from a reader to read directories.
Optional Readonlycwd?: stringThe current working directory in which to search.
Optional Readonlydeep?: numberSpecifies the maximum depth of a read directory relative to the start directory.
Optional Readonlydot?: booleanAllow patterns to match entries that begin with a period (.).
Optional Readonlyextglob?: booleanEnables Bash-like extglob functionality.
Optional ReadonlyfollowSymbolicLinks?: booleanIndicates whether to traverse descendants of symbolic link directories.
Optional Readonlyfs?: {Custom implementation of methods for working with the file system.
Optional Readonlyglobstar?: booleanEnables recursively repeats a pattern containing **.
If false, ** behaves exactly like *.
Optional Readonlyignore?: readonly string[]An array of glob patterns to exclude matches. This is an alternative way to use negative patterns.
Optional ReadonlymarkDirectories?: booleanMark the directory path with the final slash.
Optional ReadonlyobjectMode?: booleanReturns objects (instead of strings) describing entries.
Optional ReadonlyonlyDirectories?: booleanReturn only directories.
Optional ReadonlyonlyFiles?: booleanReturn only files.
Optional Readonlystats?: booleanEnables an object mode (objectMode) with an additional stats field.
Optional ReadonlysuppressErrors?: booleanBy default this package suppress only ENOENT errors.
Set to true to suppress any error.
Optional ReadonlythrowErrorOnBrokenSymbolicLink?: booleanThrow an error when symbolic link is broken if true or safely
return lstat call if false.
Optional Readonlyunique?: booleanEnsures that the returned entries are unique.
Optionaloptions: {Optional Readonlyabsolute?: booleanReturn the absolute path for entries.
Optional ReadonlybaseNameMatch?: booleanIf set to true, then patterns without slashes will be matched against
the basename of the path if it contains slashes.
Optional ReadonlybraceExpansion?: booleanEnables Bash-like brace expansion.
Optional ReadonlycaseSensitiveMatch?: booleanEnables a case-sensitive mode for matching files.
Optional Readonlyconcurrency?: numberSpecifies the maximum number of concurrent requests from a reader to read directories.
Optional Readonlycwd?: stringThe current working directory in which to search.
Optional Readonlydeep?: numberSpecifies the maximum depth of a read directory relative to the start directory.
Optional Readonlydot?: booleanAllow patterns to match entries that begin with a period (.).
Optional Readonlyextglob?: booleanEnables Bash-like extglob functionality.
Optional ReadonlyfollowSymbolicLinks?: booleanIndicates whether to traverse descendants of symbolic link directories.
Optional Readonlyfs?: {Custom implementation of methods for working with the file system.
Optional Readonlyglobstar?: booleanEnables recursively repeats a pattern containing **.
If false, ** behaves exactly like *.
Optional Readonlyignore?: readonly string[]An array of glob patterns to exclude matches. This is an alternative way to use negative patterns.
Optional ReadonlymarkDirectories?: booleanMark the directory path with the final slash.
Optional ReadonlyobjectMode?: booleanReturns objects (instead of strings) describing entries.
Optional ReadonlyonlyDirectories?: booleanReturn only directories.
Optional ReadonlyonlyFiles?: booleanReturn only files.
Optional Readonlystats?: booleanEnables an object mode (objectMode) with an additional stats field.
Optional ReadonlysuppressErrors?: booleanBy default this package suppress only ENOENT errors.
Set to true to suppress any error.
Optional ReadonlythrowErrorOnBrokenSymbolicLink?: booleanThrow an error when symbolic link is broken if true or safely
return lstat call if false.
Optional Readonlyunique?: booleanEnsures that the returned entries are unique.
Return the absolute path for entries.