Mathematic normal Operation
npm install node-preechakorn
var Math = require('./math'); let math = new Math(); console.log(math.division(1, 0)); console.log(math.plusValue(1,0));