chore: small cleanups

This commit is contained in:
Simon Chan 2024-11-29 22:40:08 +08:00
parent 6ae5f38af1
commit ea5002bc87
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
33 changed files with 55 additions and 46 deletions

View file

@ -30,7 +30,7 @@ This package is part of [Tango ADB](https://github.com/yume-chan/ya-webadb). Gen
## Documentation
Check the latest documentation at https://docs.tangoapp.dev/tango/server/client/
Check the latest documentation at https://docs.tangoapp.dev/tango/server/
## Sponsors

View file

@ -58,8 +58,6 @@ function nodeSocketToConnection(
/**
* An `AdbServerClient.ServerConnector` implementation for Node.js.
*
* [Online Documentation](https://docs.tangoapp.dev/tango/server/client/)
*/
export class AdbServerNodeTcpConnector
implements AdbServerClient.ServerConnector