(params: RuntimeNodePtyWriteParams)
| 55 | addLifecycleListener(listener: (event: RuntimeNodePtyLifecycleEvent) => void): () => void |
| 56 | spawn(params: RuntimeNodePtySpawnParams): Promise<RuntimeNodePtySpawnResult> |
| 57 | write(params: RuntimeNodePtyWriteParams): Promise<RuntimeNodePtyMutationResult> |
| 58 | resize(params: RuntimeNodePtyResizeParams): Promise<RuntimeNodePtyMutationResult> |
| 59 | reconnect(params: RuntimeNodePtyReconnectParams): Promise<unknown> |
| 60 | kill(params: RuntimeNodePtyKillParams): Promise<RuntimeNodePtyMutationResult> |
no outgoing calls
no test coverage detected