UNPKG

electron-wix-msi

Version:
6 lines (5 loc) 186 B
export declare const getTempPath: () => string; export declare const getTempFilePath: (fileName: string, extension: string) => { tempFolderPath: string; tempFilePath: string; };