Skip to main content
Module

x/cliffy/mod.ts>Table.from

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

Create a new table. If rows is a table, all rows and options of the table will be copied to the new table.

Type Parameters

T extends IRow

Parameters

rows: ITable<T>

Returns

Table<T>