system_assignation/node_modules/electron-winstaller/lib/index.d.ts

5 lines
220 B
TypeScript
Raw Normal View History

2022-03-24 09:22:39 -04:00
import { Options } from './options';
export { Options } from './options';
export declare function convertVersion(version: string): string;
export declare function createWindowsInstaller(options: Options): Promise<void>;