Function: resolveLocalRoot()
resolveLocalRoot(
root,options?):string
Resolve a local filesystem root: expand ~ when needed, then path.resolve
(so relative roots still land under process.cwd()).
Parameters
Section titled “Parameters”string
options?
Section titled “options?”Returns
Section titled “Returns”string