number-to-words-uz

2.0.2 • Public • Published

Convert number to Uzbek-latin and Uzbek-cyril

Install

Use the package manager [npm] to install:

npm install number-to-words-uz

Usage

const numberToWordsUz = require("number-to-words-uz");

or

import numberToWordsUz from "number-to-words-uz"; // ES6

Using

numberToWordsUz.convert(132, { lang: "uzLatin" });

or

numberToWordsUz.convert(132); // default lang: uzCyril
numberToWordsUz.convert(-132);

API

convert(number[, options])

Currently supported languages are:

Language lang
Uzbek latin uzLatin
Uzbek cyril uzCyril

By default uzCyril

Licence

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.2
    99
    • latest

Version History

Package Sidebar

Install

npm i number-to-words-uz

Weekly Downloads

33

Version

2.0.2

License

MIT

Unpacked Size

14.9 kB

Total Files

9

Last publish

Collaborators

  • jakhongir