Skip to content

Commit

Permalink
Fixing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Walton committed Aug 30, 2020
1 parent a7fc5c8 commit b327a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
interface Options {
/**
Provide filter function for modules included in clearing
/**
Provide filter function for modules included in clearing
@default undefined
@default undefined
*/
readonly filter?: (fullPath: string) => boolean | undefined
}
Expand Down

0 comments on commit b327a36

Please sign in to comment.