@oorts/read-vn-number
v0.3.0
Published
Read Vietnamese number
Maintainers
Keywords
Readme
Read Vietnamese number to words 
A small library that convert numbers to Vietnamese words.
Installation
npm install @oorts/read-vn-number
or
yarn add @oorts/read-vn-number
Usage
import readVNNumber from '@oorts/read-vn-number';
var output = readVNNumber.toVNWord(15);Output should be mười lăm
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
