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