@kemu-io/edge-runtime 1.2.0 → 1.2.3
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/package.json +1 -1
- package/runner.d.ts +1 -1
- package/runner.js +2 -2
package/package.json
CHANGED
package/runner.d.ts
CHANGED
|
@@ -201,7 +201,7 @@ declare const _default: {
|
|
|
201
201
|
terminate: () => Promise<void>;
|
|
202
202
|
/**
|
|
203
203
|
* Sets a listener to changes in the value of a variable.
|
|
204
|
-
* @param varName the name of the variable to listen to.
|
|
204
|
+
* @param varName the name of the variable to listen to.
|
|
205
205
|
* @param cb the callback function to be invoked.
|
|
206
206
|
* @returns a function to remove the listener.
|
|
207
207
|
*/
|