Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

to-words-rupiah

ItPohgero26ISC2.0.4TypeScript support: included

For converting currency to text in Indonesian

rupiah, currency, to-words, to words, number to words, number to words currency, international number to words, international number to words currency, convert-numbers, i18n, converter, number, word

readme

To Words Rupiah

Membaca angka rupiah. Anda cukup install package to-words-rupiah dan gunakan function

Cara Install

dengan NPM npm i to-words-rupiah --save

dengan YARN yarn add to-words-rupiah --save

Penggunaan

import RupiahWords from 'to-words-rupiah';

const Index = () => {
    let data =  RupiahWords(12000);
    return (
        <div>{data}</div>
        // dua belas ribu
    )
}

Batas maksimal

Batas maksimal >= 1_000_000_000_000_000

created by wahyu agus arifin - owner itpohgero.com