Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 451 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 451 Bytes

AzNumSuffix

This script will help to add suffixes ("cı", "ci", "cu", "cü") into numbers in Azerbaijani.

Usage

Install the package first: npm i aznumsuffix

Import like:

import azNumSuffix from "./azNumSuffix";

And use like:

azNumSuffix(2020)

To concat another string like "il", "ay" add second parameter to function:

azNumSuffix(2019, "il")