drahem
v1.0.0
Published
[![NPM](https://img.shields.io/npm/v/drahem.svg)](https://www.npmjs.com/package/drahem) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
Downloads
1
Readme
drahem
Permet de convertir l'argent a format nombres(chiffres) en leur équivalent en lettre (ex: 1=un). Respecte l'accord prescrit par la langue française.
Install
npm install --save drahem
Usage
import { floatToDrahem } from 'drahem';
// OR
const { floatToDrahem } = require("drahem");
console.log(floatToDrahem( 10074580.2445 ))
output : dix millions soixante-quatorze mille cinq cent quatre-vingts dinars et vingt-quatre centimes
License
MIT © yagoubi abdelkader