CityBEM-CityLayers-SaeedRay.../node_modules/electron-winstaller/lib/index.d.ts

5 lines
220 B
TypeScript
Raw Permalink Normal View History

import { Options } from './options';
export { Options } from './options';
export declare function convertVersion(version: string): string;
export declare function createWindowsInstaller(options: Options): Promise<void>;