Add core services and utils barrel exports

This commit is contained in:
2026-02-10 02:01:33 -08:00
parent f2e9c37f61
commit 321e59b3ac
2 changed files with 130 additions and 0 deletions

6
src/core/utils/index.ts Normal file
View File

@@ -0,0 +1,6 @@
export { generateDefaultConfigFile } from "./config-gen";
export { enforceUnsupportedWaylandMode, forceX11Backend } from "./electron-backend";
export { asBoolean, asFiniteNumber, asString } from "./coerce";
export { resolveKeybindings } from "./keybindings";
export { resolveConfiguredShortcuts } from "./shortcut-config";
export { showDesktopNotification } from "./notification";