number-2-text-vietnamese
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i number-2-text-vietnamese

Weekly Downloads

8

Version

1.0.5

License

ISC

Unpacked Size

5.9 kB

Total Files

6

Last publish

Collaborators

  • hunghg255