Sha256: e57ff7a3fca06edbd5719832b57ecfb32fb00fccf79a20a575df7e5fab6425d7
Contents?: true
Size: 387 Bytes
Versions: 26
Compression:
Stored size: 387 Bytes
Contents
import type { InquirerReadline } from '@inquirer/type'; export default class ScreenManager { private readonly rl; private height; private extraLinesUnderPrompt; private cursorPos; constructor(rl: InquirerReadline); render(content: string, bottomContent?: string): void; checkCursorPos(): void; clean(): void; clearContent(): void; done(): void; }
Version data entries
26 entries across 26 versions & 1 rubygems