Files
Remote-Control-Center/mc_test/node_modules/app-builder-lib/out/wine.d.ts
2025-11-25 09:56:15 +03:00

7 lines
355 B
TypeScript
Executable File

/// <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[];