Edit File: common.d.ts
export declare function joinPathSegments(a: string, b: string, separator: string): string;
Back