Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.26/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"