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