Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cliffy/packages/table/lib/utils.ts>longest

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
function longest
import { longest } from "https://deno.land/x/cliffy@v0.3.0/packages/table/lib/utils.ts";

Get longest cell from given row index.

Parameters

index: number

Row index.

rows: string[][]

The rows.

Returns

number