cli-block
Version:
Create nice looking CLI Blocks
4 lines (3 loc) • 337 B
TypeScript
import { LoggerSettings, SettingsConfig } from "../types";
export declare const createBlockTable: (table: any[], settings?: Partial<LoggerSettings>, config?: SettingsConfig | null) => Promise<string[]>;
export declare const blockTable: (table: any[], settings?: Partial<LoggerSettings>, config?: SettingsConfig | null) => Promise<void>;