Package Exports
- number-to-tamil-words
- number-to-tamil-words/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (number-to-tamil-words) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Convert numbers to Tamil words (தமிழ் எழுத்துக்கள்)
Installation
npm install number-to-tamil-wordsUsage
const { numberToTamilWords } = require('number-to-tamil-words');
console.log(numberToTamilWords(123)); // Output: நூற்று இருபத்து மூன்றுAPI
numberToTamilWords(number)
Parameters:
number(string | number): The number to convert to Tamil words. Accepts up to 10 digits.
Returns:
string: The Tamil words representation of the number.
Example:
numberToTamilWords(2024); // இரு ஆயிரத்தி இருபத்து நான்குLicense
MIT
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Issues
Please report issues at https://github.com/vigneshwaran-chandrasekaran/number-to-tamil-words/issues