take-home-pay

Calculates your take home pay after taxes

Usage no npm install needed!

<script type="module">
  import takeHomePay from 'https://cdn.skypack.dev/take-home-pay';
</script>

README

Tax

Calculate your take home income after taxes

Usage

const takeHomePay = require('take-home-pay')
const myGrossSalary = 170000
const myTakeHomeSalary = takeHomePay(myGrossSalary)
// => 134283.5