UNPKG

@microsoft/dev-tunnels-ssh

Version:
8 lines 301 B
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