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

@ -6,4 +6,6 @@ export class ScrcpyOptions3_0_2 extends ScrcpyOptions3_0 {
}
}
export { ScrcpyOptions3_0Impl as ScrcpyOptions3_0_2Impl } from "./3_0/index.js";
export namespace ScrcpyOptions3_0_2 {
export type Init = ScrcpyOptions3_0.Init;
}