tafqitegp
v1.1.4
Published
This is a tool to convert numbers to arabic words in Egyptian Pound. The limit for now is `999,999,999`
Downloads
2
Readme
Tfqit EGP
This is a tool to convert numbers to arabic words in Egyptian Pound.
The limit for now is 999,999,999
Installation
npm install tafqitegp
Usage
import tafqeet from 'tafqitegp';
tafqeet(123); // returns "فقط مائة وثلاثة وعشرون جنيهاً مصريًا لا غير"
tafqeet(2209000) // returns "فقط مليونان ومائتان وتسعة آلاف جنيه مصري لا غير"