Skip to content

hunghg255/number-2-text-vietnamese

Repository files navigation

logo

A library convert number to text in Vietnamese

NPM Version NPM Downloads Minizip Contributors License

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', ',');