mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Add logical negation (#35133)
https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-!
This commit is contained in:
committed by
Wesley Wigham
parent
612aad6515
commit
c1942d4bc1
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user