Skip to main content
Module

std/node/readline.ts

Deno standard library
Go to Latest
File
// @deno-types="./_readline.d.ts"
import { clearLine, clearScreenDown, createInterface, cursorTo, emitKeypressEvents, Interface, moveCursor,} from "./_readline.js";
export { clearLine, clearScreenDown, createInterface, cursorTo, emitKeypressEvents, Interface, moveCursor,};
export default { Interface, clearLine, clearScreenDown, createInterface, cursorTo, emitKeypressEvents, moveCursor,};