mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-08-26 11:53:23 -05:00
Add node_modules until bundler is added
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* 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);
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user