Skip to main content
Module

x/tui/mod.ts>Style

🦕 Deno module for creating Terminal User Interfaces
Latest
type alias Style
Re-export
import { type Style } from "https://deno.land/x/tui@2.1.11/mod.ts";

Function that's supposed to return styled text given string as parameter

definition: (text: string) => string