index.d.ts 398 B

1234567891011
  1. // Copyright 2019-2024 Tauri Programme within The Commons Conservancy
  2. // SPDX-License-Identifier: Apache-2.0
  3. // SPDX-License-Identifier: MIT
  4. /* tslint:disable */
  5. /* eslint-disable */
  6. /* auto-generated by NAPI-RS */
  7. export declare function run(args: Array<string>, binName: string | undefined | null, callback: (...args: any[]) => any): void
  8. export declare function logError(error: string): void