@forge/runtime

6.1.36.1.3-experimental-04cc2b9
out/index.js
~out/index.jsModified
+1−2
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 = void 0;
+exports.getUserVars = getUserVars;
 const tslib_1 = require("tslib");
 tslib_1.__exportStar(require("./request"), exports);
 tslib_1.__exportStar(require("./result"), exports);
 tslib_1.__exportStar(require("./sandbox"), exports);
@@ -18,5 +18,4 @@
         }
         return userVars;
     }, []);
 }
-exports.getUserVars = getUserVars;