1.0.0 • Published 4 years ago

aznumsuffix v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

AzNumSuffix

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

Usage

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")

DEMO