1.1.4 • Published 3 years ago

convertsigntorupees v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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.

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

2.0.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago