Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

An application installer for restriced macOS
Go to Latest
method cliffy.Cell.from
Re-export
import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/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.