Skip to main content

console

console.writeln(...args : any[]) : void
console.write(...args : any[]) : void
console.key() : Promise<KeyboardEvent>
console.clear() : void
KeyboardEvent