Function: parsePath()
parsePath(
matchers,path):Record<string,string>
Defined in: packages/core/src/data/utils/parsePath.ts:46
Parses a path and extracts the parameters from it
Parameters
matchers
Matcher[]
An array of Matchers
path
string
The path
Returns
Record<string, string>
the extracted parameters