export function shouldEnterSuperMode()

in super-mode-calculator/src/superMode.ts [14:16]


export function shouldEnterSuperMode(row: QueryRow): boolean {
	return row.avPerView >= SUPER_MODE_AV_PER_VIEWS_THRESHOLDS[row.region];
}