mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-02 07:56:20 +03:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
export function run(args: Array<string>, binName: string | undefined | null): Promise<void>
|