massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / src / validateTableData.d.ts
1 export declare const validateTableData: (rows: unknown[][]) => void;