Conexio amb la api
This commit is contained in:
parent
207c0ba819
commit
b12369cb47
48513 changed files with 7391639 additions and 7 deletions
12
node_modules/table/dist/stringifyTableData.js
generated
vendored
Executable file
12
node_modules/table/dist/stringifyTableData.js
generated
vendored
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.stringifyTableData = void 0;
|
||||
const utils_1 = require("./utils");
|
||||
const stringifyTableData = (rows) => {
|
||||
return rows.map((cells) => {
|
||||
return cells.map((cell) => {
|
||||
return utils_1.normalizeString(String(cell));
|
||||
});
|
||||
});
|
||||
};
|
||||
exports.stringifyTableData = stringifyTableData;
|
||||
Loading…
Add table
Add a link
Reference in a new issue