Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/table/dist/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/table/dist/stringifyTableData.js.flow

/**
 * 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);
  });
};