Library to get remainder when dividing by 2 Installation npm i mod2-troll Usage import { mod2 } from "mod2-troll"; mod2(1000); // 0 mod2(999); // 1