Skip to main content
Module

x/scaffold/src/deps/cli.ts>Cell.from

scaffold your next project with style and 💗
Latest
method Cell.from
Re-export
import { Cell } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

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.