UNPKG

@jawis/stdio-filter

Version:
8 lines (7 loc) 190 B
export type MakeUpdateScreenDeps = { streamOutput: (str: string) => void; }; /** * */ export declare const makeUpdateScreen: (deps: MakeUpdateScreenDeps) => (lines: string[]) => void;