Searched refs:prePath (Results 1 – 2 of 2) sorted by relevance
21 export function computedCurPath(prePath, curKey) { argument22 return prePath === '' ? curKey : [prePath, curKey].join(pathSeparator);
10 function computedCurPath(prePath: string, curKey: string): string;
Completed in 16 milliseconds