KarimovFarda / number-to-word-az

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number-to-Word (Azerbaijani)

This npm package converts numeric digits into their corresponding words in the Azerbaijani language.

Installation

npm install number-word-project-abc123

Usage

import { convertToWord } from 'number-word-project-abc123';

console.log(convertToWord(123)); // => "yüz iyirmi üç"

Supported Range

This package supports converting numbers in the range from 0 to 999,999,999,999,999 (0 ilə 999,999,999,999,999 arası ədədləri dəstəkləyir).

About


Languages

Language:JavaScript 50.6%Language:Less 27.3%Language:HTML 22.1%