0.1.1 • Published 2 years ago

spanish-word-to-number v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

spanish-word-to-number

npm version

Converts Spanish words like 'doscientos treinta y cuatro' to numbers '234'.

Convierte palabras a números. Ejemplo: 'doscientos treinta y cuatro' -> '234'

Install

npm i spanish-word-to-number

Usage

import GetNumberFromWord from 'spanish-word-to-number'

const { result } = GetNumberFromWord('doscientos treinta y cuatro')

console.log(result) // 234

License

MIT

Developer

Alessandro Rios

0.1.1

2 years ago

0.1.0

2 years ago

1.0.0

2 years ago