Function: getClusterPrefixedPath()
function getClusterPrefixedPath(path?: string | null): string;
Defined in: lib/cluster.ts:27
Parameters
| Parameter | Type |
|---|---|
path? | string | null |
Returns
string
A path prefixed with cluster path, and the given path.
The given path does not start with a /, it will be added.