UNPKG

@schummar/runp

Version:

Neat parallel task execution

4 lines (3 loc) 182 B
import { RenderOptions } from '@schummar/react-terminal'; import { Task } from '../task'; export declare function renderTaskList(tasks: Task[], options?: RenderOptions): () => void;