Skip to main content
Module

x/cliffy/table/border.ts>border

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
variable border
import { border } from "https://deno.land/x/cliffy@v1.0.0-rc.3/table/border.ts";

Default border characters.

type

{ top: string; topMid: string; topLeft: string; topRight: string; bottom: string; bottomMid: string; bottomLeft: string; bottomRight: string; left: string; leftMid: string; mid: string; midMid: string; right: string; rightMid: string; middle: string; }