typedelectron/ts/index.ts

7 lines
169 B
TypeScript
Raw Normal View History

2023-12-06 01:16:36 +00:00
export * from './classes.typedelectronbackend.js';
2023-12-05 18:52:04 +00:00
2023-12-06 01:16:36 +00:00
import * as paths from './paths.js';
export const getPreloadScriptPath = () => {
return paths.preloadScriptPath;
}