Skip to content

Commit 82027b8

Browse files
authored
Update README.md
1 parent 18ea2f8 commit 82027b8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,14 @@ module.exports = {
4545
}
4646
}
4747
```
48+
49+
## Config
50+
```typescript
51+
interface Config {
52+
filter?(fileName: string): boolean
53+
}
54+
```
55+
56+
### filter(optional)
57+
Return `true` to make current file internal, otherwise ignore current file.
58+

0 commit comments

Comments
 (0)