currency-in-wordsinr

1.0.7 • Public • Published

Installing

Package manager

Using npm:

$ npm install currency-in-wordsinr@latest

Using bower:

$ bower install currency-in-wordsinr@latest

Using yarn:

$ yarn add currency-in-wordsinr@latest

Using pnpm:

$ pnpm add currency-in-wordsinr@latest

Usage

Once the package is installed, you can import the library using import or require approach:

import { currency_in_wordsinr } from 'currency-in-wordsinr';

console.log(currency_in_wordsinr('25000'));

If you use require for importing:

const { currency_in_wordsinr } = require('currency-in-wordsinr');

console.log(currency_in_wordsinr('25000'));

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.717latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.717
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i currency-in-wordsinr

Weekly Downloads

3

Version

1.0.7

License

ISC

Unpacked Size

3.64 kB

Total Files

4

Last publish

Collaborators

  • adharshrj