Module

x/cliffy/table.ts>Table#renderCell

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Table.prototype.renderCell
import { Table } from "https://dotland.deno.dev/x/cliffy@v0.11.2/table.ts";

Parameters

cell: Cell
maxLength: number

Returns

{ current: string; next: Cell; }