UNPKG

cli-block

Version:
4 lines (3 loc) 337 B
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>;