UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

5 lines (4 loc) 203 B
import { Process } from "./components/pure/ProcessManagerViewTypes"; export declare const useTerminalWebSocket: (ws: WebSocket | null, selectedProcess: Process | null) => { processLogs: string[]; };