MCPcopy Index your code
hub / github.com/CapSoftware/Cap / normalizeWhitespace

Function normalizeWhitespace

scripts/analytics/shared.js:77–77  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

75];
76
77const normalizeWhitespace = (value) => value.replace(/\s+/g, " ").trim();
78
79const buildSchemaLines = (table) =>
80 table.columns.map((column) => `${column.name} ${column.type}`);

Callers 1

normalizeColumnDefFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected