1.0.9 • Published 3 years ago

tax-pro v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Welcome To Tax Pro Package

in this package i show you how to create probot tax command

Installation

  • You need to install the package on your project
npm install tax-pro
yarn add tax-pro

How To Use

const tax = require("tax-pro");

console.log(tax.probot(10000)) // { amount: 10000, tax: 10527, outtax: 500 }
console.log(tax.math(10000, 10)) // { amount: 10000, rate: 9000, outrate: 1000 }

Contact

1.0.9

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago