1.0.2 • Published 3 years ago

tafqitlib v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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 'فقط تسعمائة وتسعة وتسعون ألف و أربعمائة واثنان وثلاثون جنيه مصري لا غير'
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago