UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

4 lines (3 loc) 210 B
import type { TableRow, TableOptions } from "./types"; export type { TableRow, TableOptions, TableColor } from "./types"; export declare const renderTable: (rows: TableRow[], options?: TableOptions) => string;