UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

13 lines 410 B
import type { Terminal } from '@xterm/xterm'; export declare class TelnetNegotiator { private terminal; private termType; constructor(terminal: Terminal, termType: string); setTermType(type: any): void; pushStr(str: any, arr: any): void; negotiate(data: any): { dataToSend: string | Uint8Array; isOutput: boolean; }; } //# sourceMappingURL=telnet-negotiator.d.ts.map