UNPKG

cli-block

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