UNPKG

@schummar/runp

Version:

Neat parallel task execution

3 lines (2 loc) 208 B
import { Task } from '../task'; export declare function TaskListEntry({ command: { keepOutput, forever, outputLength, displayTimeOver, linearOutput }, state }: Task): import("react/jsx-runtime").JSX.Element;