UNPKG

cli-block

Version:
4 lines (3 loc) 245 B
import { LoggerSettings } from "../types"; export declare const createBlockFooter: (txt?: string | null, settings?: Partial<LoggerSettings>) => string[]; export declare const blockFooter: (txt?: any, settings?: Partial<LoggerSettings>) => void;