2 lines
91 B
Plaintext
2 lines
91 B
Plaintext
export declare function joinPathSegments(a: string, b: string, separator: string): string;
|