You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Usage
23
23
-`options``<Object>`*optional* (all options are `false` by default)
24
24
-`nodir``<Boolean>` return only files (ignore directories)
25
25
-`nofile``<Boolean>` return only directories (ignore files)
26
-
-`noRecurseOnFilter``<Boolean>` the default behavior is to read all directories even though they don't pass the `filter` function (won't be included but still will be traversed). Set `true` to prevent unnecessary traversal of unwanted directories
26
+
-`noRecurseOnFilter``<Boolean>`when `filter` function is used, the default behavior is to read all directories even though they don't pass the `filter` function (won't be included but still will be traversed). Set `true` to prevent unnecessary traversal of unwanted directories
27
27
-`filter``<Function>` function that gets one argument `fn({path: '', stats: {}})` and returns true to include or false to exclude the item
0 commit comments