Skip to content

safeRepoDir

safeRepoDir(repoPathRaw, repoRoot): string | null

Defined in: src/validate.ts:647

Resolve a repo path, confined to repoRoot and required to be an existing directory. null if invalid.

string

string

string | null