@conterra/ct-mapapps-typings 4.19.0-next.20241025040255 → 4.19.0-next.20241029064533
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apprt/api/index.d.ts +1 -1
- package/package.json +1 -1
package/apprt/api/index.d.ts
CHANGED
|
@@ -964,7 +964,7 @@ interface ExecutionEnvironment {
|
|
|
964
964
|
/**
|
|
965
965
|
* Check if a given environment is supported.
|
|
966
966
|
* @param env e.g. 'FF:[14,]'
|
|
967
|
-
* @returns true if the environment is
|
|
967
|
+
* @returns true if the environment is supported
|
|
968
968
|
*/
|
|
969
969
|
isSupported(env: string): boolean;
|
|
970
970
|
/**
|