feat(adb): add AdbServerClient.prototype.createAdb()

as a shorthand for `createTransport` and `new Adb`
This commit is contained in:
Simon Chan 2025-06-02 21:42:41 +08:00
parent 798b136f40
commit dbcfd34c03
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@yume-chan/adb": patch
---
Add `AdbServerClient.prototype.createAdb()` as a shorthand for `createTransport` and `new Adb`