MCPcopy Create free account
hub / github.com/SethGammon/Citadel / normalizePath

Function normalizePath

scripts/pr-ready.js:51–53  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

49}
50
51function normalizePath(value) {
52 return String(value || '').replace(/\\/g, '/');
53}
54
55function slugify(value) {
56 return String(value || 'pr')

Callers 1

assessReadinessFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected