mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-08 15:22:43 +08:00
6 lines
324 B
TypeScript
6 lines
324 B
TypeScript
![]() |
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[];
|