UNPKG

@yume-chan/adb-scrcpy

Version:

Use `@yume-chan/adb` to bootstrap `@yume-chan/scrcpy`.

6 lines 222 B
import type { AdbNoneProtocolSpawner } from "@yume-chan/adb"; export interface AdbScrcpyClientOptions { version?: string; spawner?: AdbNoneProtocolSpawner | undefined; } //# sourceMappingURL=client-options.d.ts.map