1.0.0 • Published 4 years ago

calc-gst-plus-sc v1.0.0

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

Calculate GST and Service Charge

Usage

npm install calc-gst-plus-sc
const getTotalPrice = require('calc-gst-plus-sc');
const price = 100;
const totalPrice = getTotalPrice(price);

// Total price with Service Charge and GST
console.log(totalPrice);
1.0.0

4 years ago