0.2.0 • Published 3 years ago

number-to-kurdish-words v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Number to Kurdish words

this is a simple NPM package to convert numbers to Kurdish words. written entirely in Typescript. works both in node and browser (support for browser via NPM and CDN is coming later)

to get started. add it to your project using

npm i number-to-kurdish-words or yarn add number-to-kurdish-words

then start using it.

examples

import it

const  {  numberToText  }  =  require("number-to-kurdish-words")

and start using it

numberToText(234234)

Credits

all credit goes to the author of this package, I just adapted it to my use case