Skip to content

Commit c8d4527

Browse files
author
harish-sethuraman
committed
docs(readme): format import
1 parent 634c9d0 commit c8d4527

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ module.exports = {
164164
Type:
165165

166166
```ts
167-
type import = boolean |
168-
{ filter: (url:string, media:string, resourcePath:string) => boolean; }
167+
type import =
168+
| boolean
169+
| { filter: (url: string, media: string, resourcePath: string) => boolean };
169170
```
170171

171172
Default: `true`

0 commit comments

Comments
 (0)