New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

convertsigntorupees

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convertsigntorupees

Convert sign to rupee

latest
Source
npmnpm
Version
1.1.4
Version published
Maintainers
1
Created
Source

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.

Keywords

rupees

FAQs

Package last updated on 26 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts