trumptax-calculator
v1.2.0
Published
Calculates the current tax burden to support Donald Trump's lifestyle
Downloads
4
Readme
Trumptax Calculator
This is a tiny module to calculate the current tax burden of Donald Trump's lifestyle, such as maintaining a residence in New York City, and regular trips to Mar-a-Lago.
Usage:
import { calculate, usdollars } from 'trumptax-calculator';
// Print the tax burden as of right now:
console.log(usdollars(calculate()));
// Print the tax burden as of a specific date:
console.log(usdollars(calculate(new Date('Jan 21 2017 12:00:00 EST'))));