Module

x/cliffy/mod.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.5.0/mod.ts";

Parameters

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

Returns

string