trumptax-calculator

1.2.0 • Public • Published

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'))));

/trumptax-calculator/

    Package Sidebar

    Install

    npm i trumptax-calculator

    Weekly Downloads

    3

    Version

    1.2.0

    License

    MIT

    Last publish

    Collaborators

    • dandean