@forge/bridge
5.12.0-next.95.12.0
out/rovo/isEnabled.js+
out/rovo/isEnabled.jsNew file+9
Index: package/out/rovo/isEnabled.js
===================================================================
--- package/out/rovo/isEnabled.js
+++ package/out/rovo/isEnabled.js
@@ -0,0 +1,9 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.isEnabled = void 0;
+const bridge_1 = require("../bridge");
+const callBridge = (0, bridge_1.getCallBridge)();
+const isEnabled = () => {
+ return callBridge('isRovoEnabled');
+};
+exports.isEnabled = isEnabled;