Skip to content

dleitee/walletjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Mo money, No problems" - walletjs

Now you can handle money without headaches!

API Reference

Install

npm install --save walletjs

Usage

import { Money } from 'walletjs'

const amounr = Money.init(100)
console.log(amounr.toString()) => '100,00'
console.log(amounr.toCurrency()) => '$100,00'