UNPKG

console-table-printer

Version:
4 lines (3 loc) 203 B
import { CharLengthDict } from '../models/common'; export declare const stripAnsi: (str: string) => string; export declare const findWidthInConsole: (str: string, charLength?: CharLengthDict) => number;