feat(adb-scrcpy): add aliases for all AdbScrcpyOptions versions

This commit is contained in:
Simon Chan 2025-01-27 12:44:57 +08:00
parent 7ad568d1b5
commit 02f5bd5929
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
80 changed files with 1181 additions and 331 deletions

View file

@ -0,0 +1,2 @@
export * from "../../2_0/impl/index.js";
export { createConnection } from "./create-connection.js";