0.0.0 • Published 4 years ago

tvom v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

TVOM

Netlify Status code style: prettier semantic-release npm latest version

Time Value of Money (TVOM) Node.js library ⏳

Features

  1. 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.

0.1.0

4 years ago

0.0.0

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago