MCPcopy
hub / github.com/browserslist/browserslist / Query

Interface Query

index.d.ts:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17declare namespace browserslist {
18 interface Query {
19 compose: 'or' | 'and'
20 type: string
21 query: string
22 not?: true
23 }
24
25 interface Options {
26 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…