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

x/tui/mod.ts>Offset

🦕 Deno module for creating Terminal User Interfaces
Latest
interface Offset
Re-export
import { type Offset } from "https://deno.land/x/tui@2.1.11/mod.ts";

Type that describes offset

Properties

columns: number
rows: number