MCPcopy Create free account
hub / github.com/TanStack/cli / stripDrive

Function stripDrive

packages/create/src/utils.ts:48–50  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

46}
47
48export function stripDrive(path: string) {
49 return path.replace(/^[A-Za-z]:/, '')
50}

Callers 2

toCleanPathFunction · 0.85
toCleanPathFunction · 0.85

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected