2025-04-02 06:50:39 -04:00

6 lines
99 B
TypeScript

export declare function joinPathSegments(
a: string,
b: string,
separator: string
): string;