convertsigntorupees
v1.1.4
Published
Convert sign to rupee
Downloads
9
Maintainers
Readme
Convert Sign to Rupee(₹)
Convert the amount sign into rupee Format and amount should display in correct format
Installation
npm install convertsigntorupees
Imports
import {currencyFormater} from convertsigntorupees
Usage
//import statement
import currencyFormater from 'convertsigntorupees'
//example code
let rupee=3500;
let newRupeevalue=currencyFormater(rupee)
//output will be
console.log(newRupeevalue)//₹ 3,500.00
License
Contributions is released under the ISC License.