typedelectron/ts/index.ts
2023-12-06 02:16:36 +01:00

7 lines
169 B
TypeScript

export * from './classes.typedelectronbackend.js';
import * as paths from './paths.js';
export const getPreloadScriptPath = () => {
return paths.preloadScriptPath;
}