massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / src / padTableData.d.ts
1 import type { BaseConfig, Row } from './types/internal';
2 export declare const padString: (input: string, paddingLeft: number, paddingRight: number) => string;
3 export declare const padTableData: (rows: Row[], config: BaseConfig) => Row[];