mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 03:50:18 +02:00
feat(adb-scrcpy): add aliases for all AdbScrcpyOptions versions
This commit is contained in:
parent
7ad568d1b5
commit
02f5bd5929
80 changed files with 1181 additions and 331 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue