mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-20 23:29:27 +08: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';
|