Module

x/cliffy/table.ts>Table#renderBorderBottomRow

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

Parameters

row: Row<Cell>
prevRow: Row<Cell> | undefined
nextRow: Row<Cell> | undefined
opts: ICalc

Returns

string