1.0.11 • Published 5 years ago

words-to-decimal v1.0.11

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

5 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago