Skip to content

natrimore/number-to-words-uz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published