Skip to main content
Module

std/node/readline.ts

Deno standard library
Go to Latest
File
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.// @deno-types="./_readline.d.ts"
import { clearLine, clearScreenDown, createInterface, cursorTo, emitKeypressEvents, Interface, moveCursor,} from "./_readline.mjs";
export { clearLine, clearScreenDown, createInterface, cursorTo, emitKeypressEvents, Interface, moveCursor,};
export default { Interface, clearLine, clearScreenDown, createInterface, cursorTo, emitKeypressEvents, moveCursor,};