0.0.0 • Published 4 years ago
tvom v0.0.0
Time Value of Money (TVOM) Node.js library ⏳
Features
- Perform common time value of money calculations (FV, PV, PMT, etc.).
Links
Getting Started
Install
$ npm i --save tvom
Or:
$ yarn add tvom
Basic Usage
import * as tvom from 'tvom'; // option 1
import { fv, pv, pmt, ... } from 'tvom'; // option 2
...
Contributions
Please feel free to submit bug reports, fixes, documentation enhancements, and any other improvements you believe would be worthwhile to those using TVOM.
Acknowledgements
License
This project is licensed under the MIT License - see LICENSE for details.