-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(scrcpy): add aliases for all patch versions
- Loading branch information
Showing
7 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export { | ||
ScrcpyOptions1_15 as ScrcpyOptions1_15_1, | ||
ScrcpyOptions1_15Impl as ScrcpyOptions1_15_1Impl, | ||
} from "./1_15/index.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export { | ||
ScrcpyOptions2_1 as ScrcpyOptions2_1_1, | ||
ScrcpyOptions2_1Impl as ScrcpyOptions2_1_1Impl, | ||
} from "./2_1/index.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export { | ||
ScrcpyOptions2_3 as ScrcpyOptions2_3_1, | ||
ScrcpyOptions2_3Impl as ScrcpyOptions2_3_1Impl, | ||
} from "./2_3/index.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export { | ||
ScrcpyOptions2_6 as ScrcpyOptions2_6_1, | ||
ScrcpyOptions2_6Impl as ScrcpyOptions2_6_1Impl, | ||
} from "./2_6/index.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export { | ||
ScrcpyOptions3_0 as ScrcpyOptions3_0_1, | ||
ScrcpyOptions3_0Impl as ScrcpyOptions3_0_1Impl, | ||
} from "./3_0/index.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export { | ||
ScrcpyOptions3_0 as ScrcpyOptions3_0_2, | ||
ScrcpyOptions3_0Impl as ScrcpyOptions3_0_2Impl, | ||
} from "./3_0/index.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters