UNPKG
@microsoft/dev-tunnels-ssh
Version:
latest (3.12.29)
3.12.29
3.12.22
3.12.12
3.12.5
3.11.38
3.11.36
3.11.35
3.11.34
3.11.33
3.11.31
3.11.26
3.11.25
3.11.24
3.11.22
3.11.21
3.11.20
3.11.18
3.11.16
3.11.13
3.11.11
3.11.10
3.11.8
3.11.6
3.11.2
3.11.1
3.10.30
3.10.29
3.10.27
3.10.26
3.10.23
3.10.21
3.10.19
3.10.18
3.10.9
3.10.8
3.10.6
3.10.2
3.9.9
3.9.8
3.9.7
3.9.3
SSH library for Dev Tunnels
github.com/microsoft/dev-tunnels-ssh
microsoft/dev-tunnels-ssh
@microsoft/dev-tunnels-ssh
/
sshRpcMessageStream.d.ts
8 lines
•
301 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
rpc
from
'vscode-jsonrpc'
;
import
{
SshChannel
}
from
'./sshChannel'
;
export
declare
class
SshRpcMessageStream
{
constructor
(
channel
:
SshChannel
);
readonly
reader
: rpc.
MessageReader
;
readonly
writer
: rpc.
MessageWriter
; }
//# sourceMappingURL=sshRpcMessageStream.d.ts.map