buroventures-harald-code
Version:
Harald Code - AI-powered coding assistant CLI
13 lines • 380 B
JavaScript
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { EventEmitter } from 'events';
export var AppEvent;
(function (AppEvent) {
AppEvent["OpenDebugConsole"] = "open-debug-console";
AppEvent["LogError"] = "log-error";
})(AppEvent || (AppEvent = {}));
export const appEvents = new EventEmitter();
//# sourceMappingURL=events.js.map