Module

x/cliffy/mod.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.5.1/mod.ts";

Parameters

cell: Cell
maxLength: number

Returns

{ current: string; next: Cell; }