Number to Bengali
Convert any number (English) to Bengali with this tiny node module.
Install
npm install -S number-to-bengali
yarn add number-to-bengali
Use
const toBengaliNum = ; // returns '১২৩' // returns '১.২৩' // returns '১২.৩' // returns '-১২.৩' // returns 'Invalid input type'
Test
To test this module you have to have jest installed globally.
npm test