mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add logical negation (#35133)
https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-!
This commit is contained in:
parent
612aad6515
commit
c1942d4bc1
2
types/mapbox-gl/index.d.ts
vendored
2
types/mapbox-gl/index.d.ts
vendored
@ -32,7 +32,7 @@ declare namespace mapboxgl {
|
||||
// Lookup
|
||||
| 'at' | 'get' | 'has' | 'length'
|
||||
// Decision
|
||||
| '!=' | '<' | '<=' | '==' | '>' | '>=' | 'all' | 'any' | 'case' | 'match'
|
||||
| '!' | '!=' | '<' | '<=' | '==' | '>' | '>=' | 'all' | 'any' | 'case' | 'match'
|
||||
// Ramps, scales, curves
|
||||
| 'interpolate' | 'interpolate-hcl' | 'interpolate-lab' | 'step'
|
||||
// Variable binding
|
||||
|
||||
Loading…
Reference in New Issue
Block a user