MCPcopy Index your code
hub / github.com/totaljs/framework / normalize

Function normalize

debug.js:492–494  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

490}
491
492function normalize(path) {
493 return isWindows ? path.replace(/\\/g, '/') : path;
494}
495
496function init() {
497

Callers 1

refreshFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected