Skip to main content
Module

x/cliffy/table/layout.ts>TableLayout#renderCellValue

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

Parameters

cell: Cell
maxLength: number

Returns

{ current: string; next: Cell; }