UNPKG

@rawcmd/core

Version:
8 lines (7 loc) 227 B
import { StreamletBase } from '../types'; export declare class ConsoleStreamlet implements StreamletBase { readonly width: number; readonly height: number; write(chunk: string): boolean; clearLine(): boolean; }