(signal?: string)
| 15 | onData(callback: (data: string) => void): void; |
| 16 | onExit(callback: (e: { exitCode: number; signal?: number }) => void): void; |
| 17 | kill(signal?: string): void; |
| 18 | } |
| 19 | |
| 20 | export const getPty = async (): Promise<PtyImplementation> => { |
no outgoing calls
no test coverage detected