Skip to main content
Module

x/tui/src/utils/mod.ts>fits

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
function fits
import { fits } from "https://deno.land/x/tui@1.3.4/src/utils/mod.ts";

Check whether {number} fits in <{min}, {max}> range

Parameters

number: number
min: number
max: number

Returns

boolean