Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Cliffy.Cell.from
Re-export
import { Cliffy } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/original_deps.ts";
const { Cell } = Cliffy;

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.