method Cell.prototype.cloneimport { Cell } from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/cell.ts"; clone(value?: CellValue): CellClone cell with all options. Parametersoptionalvalue: CellValueCell or cell value. ReturnsCell