We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cd187 commit b17e0c7Copy full SHA for b17e0c7
packages/pluginutils/README.md
@@ -100,7 +100,7 @@ export default function myPlugin(options = {}) {
100
Constructs a filter function which can be used to determine whether or not certain modules should be operated upon.
101
102
Parameters: `(include?: <picomatch>, exclude?: <picomatch>, options?: Object)`<br>
103
-Returns: `String`
+Returns: `(id: string | unknown) => boolean`
104
105
#### `include` and `exclude`
106
0 commit comments