Page Contents
Home > @loopback/rest > joinPath
joinPath() function
Signature:
export declare function joinPath(basePath: string, path: string): string;
Parameters
| Parameter | Type | Description |
|---|---|---|
|
basePath |
string | |
|
path |
string |
Returns:
string