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
File
export { type Border, border, type IBorder } from "./border.ts";export { Cell, type CellType, type CellValue, type Direction, type ICell,} from "./cell.ts";export { Column, type ColumnOptions } from "./column.ts";export { consumeWords } from "./consume_words.ts";export { type DataRow, type IDataRow, type IRow, Row, type RowType,} from "./row.ts";export { type BorderOptions, type IBorderOptions, type ITable, Table, type TableType,} from "./table.ts";