show active data and compare with the total data
published version 1.0.0, 9 years ago```javascript import { numToWord, wordToNum } from 'word-number'; numToWord(3) // Three wordToNum('Two') // 2 ```
published version 1.0.10, 4 years ago
show active data and compare with the total data
```javascript import { numToWord, wordToNum } from 'word-number'; numToWord(3) // Three wordToNum('Two') // 2 ```