massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / src / truncateTableData.d.ts
1 import type { BaseConfig, Row } from './types/internal';
2 export declare const truncateString: (input: string, length: number) => string;
3 /**
4  * @todo Make it work with ASCII content.
5  */
6 export declare const truncateTableData: (rows: Row[], config: BaseConfig) => Row[];