Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/$deps.ts>$cliffyTable.Cell.from

🚀 (Deno) enhanced executor
Latest
method $cliffyTable.Cell.from
Re-export
import { $cliffyTable } from "https://deno.land/x/dxx@rf/src/lib/$deps.ts";
const { Cell } = $cliffyTable;

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

Parameters

value: ICell

Cell or cell value.