mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 07:31:52 +03:00
8 lines
240 B
TypeScript
8 lines
240 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
/* auto-generated by NAPI-RS */
|
|
|
|
export function run(args: Array<string>, binName: string | undefined | null, callback: (...args: any[]) => any): void
|
|
export function logError(error: string): void
|