UNPKG

@spartacus/core

Version:

Spartacus - the core framework

7 lines (6 loc) 183 B
/** * Joins the multiple parts with '/' to create a url * * @param parts the distinct parts of the url to join */ export declare function urlPathJoin(...parts: string[]): string;