Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Migushthe2nd/MsEdgeTTS
/ joinPath
Function
joinPath
src/utils.ts:1–6 ·
view source on GitHub ↗
(...parts)
Source
from the content-addressed store, hash-verified
1
export
const
joinPath = (...parts) => {
2
return
parts
3
.filter(Boolean)
4
.join(
"/"
)
5
.replace(/\/{2,}/g,
"/"
);
6
}
Callers
1
_rawSSMLRequestToFile
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected