mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-01 06:22:44 -08:00
Add core services and utils barrel exports
This commit is contained in:
6
src/core/utils/index.ts
Normal file
6
src/core/utils/index.ts
Normal 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";
|
||||
Reference in New Issue
Block a user