Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

convertnum2words

stha__nitesh3ISC1.0.3

Convert number to words

Number, Words

readme

ConvertNum2Words

ConvertNum2Words helps convert any number in integer format to words.

Examples

const num2words = require('convertnum2words');
const inWords = num2words.ConvertNumberToWord(201312389.12311);