massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / src / stringifyTableData.d.ts
1 import type { Row } from './types/internal';
2 export declare const stringifyTableData: (rows: unknown[][]) => Row[];