Module

x/cliffy/table/layout.ts>TableLayout#renderBorderRow

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method TableLayout.prototype.renderBorderRow
import { TableLayout } from "https://dotland.deno.dev/x/cliffy@v0.13.0/table/layout.ts";

Parameters

prevRow: Row<Cell> | undefined
nextRow: Row<Cell> | undefined
rowSpan: number[]
opts: IRenderSettings

Returns

string