Function: doesResolvedPathExist()
function doesResolvedPathExist(resolvedPath: string): boolean;
Defined in: _internal/config-paths.ts:146
Check whether a resolved filesystem path currently exists.
Parametersโ
resolvedPathโ
string
Returnsโ
boolean