take-home-pay
v0.1.1
Published
Calculates your take home pay after taxes
Downloads
6
Maintainers
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