1.0.9 • Published 1 year ago

tax-pro v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago