Simple tool to return the LCM of any two given integers.
npm install lcm-calc



bash
npm install lcm-calc
`
$3
` JavaScript
import lcmCalc from 'lcm-calc';
console.log(lcmCalc(12, 15));
``