Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/_readline.d.ts>CursorPos

Deno standard library
Go to Latest
interface CursorPos
import { type CursorPos } from "https://deno.land/std@0.118.0/node/_readline.d.ts";

Properties

rows: number
cols: number