mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-28 09:15:35 +00:00
11 lines
368 B
TypeScript
11 lines
368 B
TypeScript
/**
|
|
* @module preload
|
|
*/
|
|
|
|
export {sha256sum} from './nodeCrypto';
|
|
export {versions} from './versions';
|
|
export {ipcRendererSend, ipcRendererOn} from './electronApi';
|
|
export {getAlasConfig, checkIsNeedInstall, getAlasConfigDirFiles} from './alasConfig';
|
|
export {copyFilesToDir} from '@common/utils/copyFilesToDir';
|
|
export {modifyConfigYaml} from './modifyConfigYaml';
|