Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/tui/src/components/mod.ts>FrameUnicodeCharacters

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
variable FrameUnicodeCharacters
import { FrameUnicodeCharacters } from "https://deno.land/x/tui@2.0.0/src/components/mod.ts";

type

{ sharp: { topLeft: string; topRight: string; bottomLeft: string; bottomRight: string; horizontal: string; vertical: string; }; rounded: { topLeft: string; topRight: string; bottomLeft: string; bottomRight: string; horizontal: string; vertical: string; }; }