MCPcopy 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

1export const joinPath = (...parts) => {
2 return parts
3 .filter(Boolean)
4 .join("/")
5 .replace(/\/{2,}/g, "/");
6}

Callers 1

_rawSSMLRequestToFileMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected