@forge/runtime

6.1.3-experimental-04cc2b96.2.0-next.0
out/index.js
~out/index.jsModified
+2−1
Index: package/out/index.js
===================================================================
--- package/out/index.js
+++ package/out/index.js
@@ -1,7 +1,7 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
-exports.getUserVars = getUserVars;
+exports.getUserVars = void 0;
 const tslib_1 = require("tslib");
 tslib_1.__exportStar(require("./request"), exports);
 tslib_1.__exportStar(require("./result"), exports);
 tslib_1.__exportStar(require("./sandbox"), exports);
@@ -18,4 +18,5 @@
         }
         return userVars;
     }, []);
 }
+exports.getUserVars = getUserVars;