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>SeparatorRow

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

Represents a special separator row of the table.

Index Signatures

[key: string]: string | number | undefined

Properties

separator:
| "dashed"
| "dotted"
| "equals"
| "empty"