calc-gst-plus-sc

1.0.0 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i calc-gst-plus-sc

Weekly Downloads

5

Version

1.0.0

License

ISC

Unpacked Size

1.34 kB

Total Files

3

Last publish

Collaborators

  • aungkyawhein