MCPcopy Index your code
hub / github.com/bitjson/typescript-starter / normalizePath

Function normalizePath

src/cli/utils.ts:100–101  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

98 * This method normalizes with POSIX.
99 */
100export const normalizePath = (path: string): string =>
101 normalize(path).replace(/\\/g, '/');

Callers 2

typescriptStarterFunction · 0.90
hashAllTheThingsFunction · 0.90

Calls

no outgoing calls

Tested by 1

hashAllTheThingsFunction · 0.72