1.0.11 • Published 3 years ago

words-to-decimal v1.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Words To Decimal

Parse words and evaluate the results.

npm install words-to-decimal

TODO: add fuzzy logic

Basic Examples

import { wordsToDecimal } from 'words-to-decimal';
wordsToDecimal('half'); // 0.5
wordsToDecimal('one and half'); // 1.5
wordsToDecimal('three quarters'); // 0.75
1.0.11

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago