Files
2024-11-28 23:08:17 +01:00

2 lines
91 B
TypeScript

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