1.1.4 • Published 4 years ago

convertsigntorupees v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

2.0.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago