1.0.4 • Published 1 year ago

discord-probot-tax v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Discord Probot Tax

Simple package to calculate a probot tax. It accepts all inputs ( 100K, 1M, 1.5M, 1B ) Now you can get price with wasit tax

How to use

const probot = require("discord-probot-tax");

probot("10K") // output: { amount: 10000, tax: 10527, difference: 527, wasit: 11082 }
probot("10K").amount // output: 10000
probot("10K").tax // output: 10527
probot("10K").difference // output: 527
probot("10K").wasit // output: 11082

For more help

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