1.0.11 • Published 4 years ago

words-to-decimal v1.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago