Skip to main content
Module

x/cliffy/table/mod.ts

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Latest
import * as cliffy from "https://deno.land/x/cliffy@v1.0.0-rc.4/table/mod.ts";

Classes

Cell representation.

Column representation.

Row representation.

Table representation.

Variables

Default border characters.

Functions

Consumes the maximum amount of words from a string which is not longer than given length. This function returns at least one word.

Interfaces

Column options.

Type Aliases

Default border characters.

Border characters settings.

Allowed cell type.

Allowed cell value type.

Json row.

Cell alignment direction.

T
IBorder
deprecated
T
IBorderOptions
deprecated
T
ICell
deprecated
T
IDataRow
deprecated
T
IRow
deprecated
T
ITable
deprecated

Allowed row type.

Table type.