drahem

1.0.0 • Public • Published

NPM JavaScript Style Guide

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

Readme

Keywords

none

Package Sidebar

Install

npm i drahem

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

11 kB

Total Files

3

Last publish

Collaborators

  • yagoubi