massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / src / calculateCellWidths.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/dist/src/calculateCellWidths.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/dist/src/calculateCellWidths.d.ts
new file mode 100644 (file)
index 0000000..677ca4e
--- /dev/null
@@ -0,0 +1,5 @@
+import type { Cell } from './types/internal';
+/**
+ * Calculates width of each cell contents in a row.
+ */
+export declare const calculateCellWidths: (cells: Cell[]) => number[];