Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/cliffy@v0.14.0/table/layout.ts";

Parameters

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

Returns

string