mirror of
https://github.com/EvoMap/evolver.git
synced 2026-09-18 21:47:53 +08:00
4 lines
183 B
JavaScript
4 lines
183 B
JavaScript
/** Semantic IDF is default-on; exact `0` is the emergency rollback value. */
|
|
export function semanticIdfEnabled(env = process.env) {
|
|
return env['EVOLVER_SEMANTIC_IDF'] !== '0';
|
|
} |