Skip to content

Commit

Permalink
doc(pluginutils): correct the return type of createFilter (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimZhang2090 committed Nov 25, 2023
1 parent 30cd187 commit b17e0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pluginutils/README.md
Expand Up @@ -100,7 +100,7 @@ export default function myPlugin(options = {}) {
Constructs a filter function which can be used to determine whether or not certain modules should be operated upon.

Parameters: `(include?: <picomatch>, exclude?: <picomatch>, options?: Object)`<br>
Returns: `String`
Returns: `(id: string | unknown) => boolean`

#### `include` and `exclude`

Expand Down

0 comments on commit b17e0c7

Please sign in to comment.