Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.93 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.93 KB

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