UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the chat at https://gitter.im/primefaces/primeng](https://badges.gitter.im/primefaces/primeng.svg)](https://gitter.im/primefaces/primeng?ut

10 lines (9 loc) 294 B
import { Observable } from 'rxjs'; export declare class TerminalService { private commandSource; private responseSource; commandHandler: Observable<string>; responseHandler: Observable<string>; sendCommand(command: string): void; sendResponse(response: string): void; }