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
* @param collection an array of strings or objects
10
-
* @paramignorePatterns a list of ignore patterns similar to .gitignore entries
11
-
* @param toString if the collection is an array of objects: a function to convert an item of the collection to a string to be able to match against the ignorePatterns
10
+
* @parampatterns a list of patterns similar to .gitignore entries
11
+
* @param toString if the collection is an array of objects: a function to convert an item of the collection to a string to be able to match against the allowPatterns
12
12
* @param picoMatchOptions options for picomatch library
0 commit comments