@maptalks/function-type
Advanced tools
+1
-1
@@ -295,3 +295,3 @@ /*eslint-disable no-var, prefer-const*/ | ||
| if (isFunctionDefinition(stops[i][1])) { | ||
| const fn = createFunction(stops[i][1], defaultType); | ||
| const fn = createFunction1(stops[i][1], defaultType); | ||
| isZoomConstant = isZoomConstant && fn.isZoomConstant; | ||
@@ -298,0 +298,0 @@ isFeatureConstant = isFeatureConstant && fn.isFeatureConstant; |
+1
-1
| { | ||
| "name": "@maptalks/function-type", | ||
| "version": "1.2.1", | ||
| "version": "1.2.2", | ||
| "main": "./index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
13845
0.01%