mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 15:42:00 +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>
|