1.1.4 • Published 2 years ago

convertsigntorupees v1.1.4

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

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

2.0.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago