some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / stringifyTableData.js.flow
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/dist/stringifyTableData.js.flow b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/dist/stringifyTableData.js.flow
deleted file mode 100644 (file)
index a4dffac..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
- * Casts all cell values to a string.
- *
- * @param {table~row[]} rows
- * @returns {table~row[]}
- */
-export default (rows) => {
-  return rows.map((cells) => {
-    return cells.map(String);
-  });
-};