Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
100
export
const
normalizePath = (path: string): string =>
101
normalize(path).replace(/\\/g,
'/'
);
Callers
2
typescriptStarter
Function · 0.90
hashAllTheThings
Function · 0.90
Calls
no outgoing calls
Tested by
1
hashAllTheThings
Function · 0.72