interface
console.Console
interface Console
Asynchronously reads lines from standard input (fd 0)
for await (const line of console) { console.log(line); }
interface
Asynchronously reads lines from standard input (fd 0)
for await (const line of console) {
console.log(line);
}