Fix more documentation issues

This commit is contained in:
Reinier Criel 2025-11-03 10:44:12 -08:00
parent 2accf954ca
commit f7e08bbea8
3 changed files with 2 additions and 13 deletions

View file

@ -21,6 +21,7 @@ const ecosystemSettings = {
ecoSystem: ECOSYSTEM_JS,
};
/** @returns {string} - The current ecosystem setting (ECOSYSTEM_JS or ECOSYSTEM_PY) */
export function getEcoSystem() {
return ecosystemSettings.ecoSystem;
}