UNPKG

cli-block

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