UNPKG

ssh2-promise

Version:
20 lines (19 loc) 372 B
declare let Constants: { CHANNEL: { SSH: string; TUNNEL: string; X11: string; }; STATUS: { BEFORECONNECT: string; CONNECT: string; BEFOREDISCONNECT: string; DISCONNECT: string; }; HOPPINGTOOL: { NETCAT: string; SOCAT: string; NATIVE: string; }; }; export = Constants;