Skip to content

Commit

Permalink
"*"
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Sep 27, 2021
1 parent 63958fe commit e1b97cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Finds in directory specified by `path` all files fulfilling `searchOptions`. Ret
`path` (optional, defaults to `'.'`) path to start search in (all subdirectories will be searched).
`searchOptions` is an `Object` with possible fields:

- `matching` (default `*`) glob patterns of files you want to find ([all possible globs are described further in this readme](#matching-patterns)).
- `matching` (default `"*"`) glob patterns of files you want to find ([all possible globs are described further in this readme](#matching-patterns)).
- `files` (default `true`) whether or not should search for files.
- `directories` (default `false`) whether or not should search for directories.
- `recursive` (default `true`) whether the whole directory tree should be searched recursively, or only one-level of given directory (excluding it's subdirectories).
Expand Down

0 comments on commit e1b97cc

Please sign in to comment.