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

x/pup/lib/cli/columns.ts>SpanningRow

Universal process manager built in Deno
Go to Latest
interface SpanningRow
import { type SpanningRow } from "https://deno.land/x/pup@1.0.0-beta.21/lib/cli/columns.ts";

Index Signatures

[key: string]: string | number | undefined

Properties

content: string
optional
spanStart: number
optional
spanEnd: number
optional
align: "left" | "center" | "right"