to-words-rupiah
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

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

Package Sidebar

Install

npm i to-words-rupiah

Weekly Downloads

13

Version

2.0.4

License

ISC

Unpacked Size

17 kB

Total Files

8

Last publish

Collaborators

  • wahyuagusarifin