pub fn detect_with_marker(workspace: &Path, marker: &str) -> bool
Return true when workspace contains the given marker file.
true
workspace
Signature kept generic so both JS ("package.json") and TS ("tsconfig.json") can reuse it.
"package.json"
"tsconfig.json"