sainte-lague
Sainte-Laguë method for seat distribution used in multiple parliamentary elections all over the world
highest-averages
Zero-dependency and extensible set of highest averages methods for allocating seats in a parliament. ### Install ```shell npm i highest-averages ``` ### Pure Example - Define the candidates with their vote ```typescript const a = new Candidate('A', 200) c
saintelague
Calculates Sainte-Laguë for an election result.