| 16 | |
| 17 | declare namespace browserslist { |
| 18 | interface Query { |
| 19 | compose: 'or' | 'and' |
| 20 | type: string |
| 21 | query: string |
| 22 | not?: true |
| 23 | } |
| 24 | |
| 25 | interface Options { |
| 26 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…