phoebe-cs
v1.0.2
Published
A test subject for npm Assignment 2
Downloads
4
Readme
Project Title
A short description
Purpose
**BEWARE: This library was published for learning purposes. It is not int Describe the intended intent
Usage
Install it:
npm install nhi_phan/phoebe-cs
**Require it:**
const _ = require('nhi_phan/phoebe-cs');**Call it:**
const results = _.deposit()`
Documentation
The following functions are currently implemented:
deposit(current, depositAmount)
: descriptionwithdraw(current, withdrawAmount)
: descriptionbalance(balance)
: description