Skip to main content
Module

x/cliffy/table/border.ts>IBorder

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

Border characters interface.

Properties

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