method Cell.prototype.cloneimport { Cell } from "https://deno.land/x/cliffy@v0.17.0/table/cell.ts"; clone(value?: ICell): CellClone cell with all options. Parametersoptionalvalue: ICellCell or cell value. ReturnsCell