Skip to main content
Module

x/lume/deps/cliffy.ts>Cell.from

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Cell.from
Re-export
import { Cell } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.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.