thedesk/app/node_modules/app-builder-lib/out/wine.d.ts

7 lines
355 B
TypeScript
Raw Normal View History

2019-09-13 00:38:13 +10:00
/// <reference types="node" />
import { ExecFileOptions } from "child_process";
/** @private */
export declare function execWine(file: string, file64?: string | null, appArgs?: Array<string>, options?: ExecFileOptions): Promise<string>;
/** @private */
export declare function prepareWindowsExecutableArgs(args: Array<string>, exePath: string): string[];