UNPKG

cli-block

Version:
4 lines (3 loc) 244 B
import { LoggerSettings } from "../types"; export declare const createBlockRowLine: (arr: any[], settings?: Partial<LoggerSettings>) => string[]; export declare const blockRowLine: (arr: Array<any>, settings?: Partial<LoggerSettings>) => void;