Skip to content

Commit

Permalink
fix(babel): change type according to code review
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed Feb 8, 2021
1 parent 9797d96 commit 6cb165a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns

### `filter`

Type: (id: unknown) => boolean<br>
Type: (id: string) => boolean<br>

Custom [filter function](https://github.com/rollup/plugins/tree/master/packages/pluginutils#createfilter) can be used to determine whether or not certain modules should be operated upon.

Expand Down

0 comments on commit 6cb165a

Please sign in to comment.