Function: itemPathJoin()
itemPathJoin(
prefix,suffix):string
Defined in: db/path.ts:156
Joins the given prefix and suffix into a single path.
Parameters
| Parameter | Type | Description |
|---|---|---|
prefix | string | Path prefix. |
suffix | string | Path suffix. |
Returns
string
A single path.