Tfqit MS
a tool to convert a number to its text representation in Arabic.
Installation
npm install tafqitlib
Test Cases
Test Cases are also provided using jest and tried different numbers to provide reliability.
Usage
import {tafqit} from 'tafqitlib';
tafqit(100); // returns 'فقط مائة جنيه مصري لا غير'
tafqit(999432); // returns 'فقط تسعمائة وتسعة وتسعون ألف و أربعمائة واثنان وثلاثون جنيه مصري لا غير'