UNPKG

355 BTypeScriptView Raw
1/// <reference types="node" />
2import { ExecFileOptions } from "child_process";
3/** @private */
4export declare function execWine(file: string, file64?: string | null, appArgs?: Array<string>, options?: ExecFileOptions): Promise<string>;
5/** @private */
6export declare function prepareWindowsExecutableArgs(args: Array<string>, exePath: string): string[];