Skip to main content
Module

std/node/readline.ts

Deno standard library
Go to Latest
File
import { clearLine, clearScreenDown, cursorTo, moveCursor,} from "./internal/readline/callbacks.js";import { emitKeypressEvents } from "./internal/readline/emitKeypressEvents.js";
export default { clearLine, clearScreenDown, cursorTo, moveCursor, emitKeypressEvents,};