terbilang-ts
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

Terbilang.ts

Greenkeeper badge Build Status

Simple Typescript/Javascript Number Converter which is converting number into indonesian words.

Install

  • via npm:
npm install terbilang-ts --save
  • via yarn:
yarn add terbilang-ts

Usage

Typescript user

import Terbilang from 'terbilang-ts'
 
console.log(Terbilang(1100000)) // Satu Juta Seratus Ribu

Javascript user

import Terbilang from 'terbilang-ts' // Babel with es6
const Terbilang = require('terbilang-ts').default // with es5
 
console.log(Terbilang(1100000)) // Satu Juta Seratus Ribu

API

Terbilang(number) => string
  • number: type number. example: 10000

License

MIT Copyright (c) 2018 - MH Rohman Masyhar

Package Sidebar

Install

npm i terbilang-ts

Weekly Downloads

111

Version

2.1.0

License

MIT

Unpacked Size

21.2 kB

Total Files

14

Last publish

Collaborators

  • rohmanhm