Skip to main content
Module

x/tui/mod.ts>fitsInRectangle

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

Check whether {column} and {row} fit in {rectangle} boundaries

Parameters

column: number
row: number
rectangle: Rectangle

Returns

boolean