1.0.5 • Published 1 year ago

number-2-text-vietnamese v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Convert number to text vietnamese

npm version npm npm All Contributors

Live Demo

Installation

NPM

To install the latest stable version:

npm install --save number-2-text-vietnamese
// or
yarn add number-2-text-vietnamese

Basic usage:

import number2TextVietnamese from 'number-2-text-vietnamese';

// Using without seperator
number2TextVietnamese('123');

// Using with seperator
number2TextVietnamese('123', ',');