File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ codecov] ( https://codecov.io/gh/cityssm/string-to-numeric/graph/badge.svg?token=UGLDLEM3AW )] ( https://codecov.io/gh/cityssm/string-to-numeric )
7
7
[ ![ Coverage Testing] ( https://github.com/cityssm/string-to-numeric/actions/workflows/coverage.yml/badge.svg )] ( https://github.com/cityssm/string-to-numeric/actions/workflows/coverage.yml )
8
8
9
- ** Parses formatted numeric strings into numbers.**
9
+ ** Parses formatted numeric strings into numbers. Handles cases ` parseFloat() ` misses. **
10
10
11
11
Helpful when importing formatted data.
12
12
Original file line number Diff line number Diff line change 2
2
"name" : " @cityssm/string-to-numeric" ,
3
3
"version" : " 0.1.2" ,
4
4
"type" : " module" ,
5
- "description" : " Parses formatted numeric strings into numbers." ,
5
+ "description" : " Parses formatted numeric strings into numbers. Handles cases parseFloat() misses. " ,
6
6
"exports" : " ./index.js" ,
7
7
"scripts" : {
8
8
"test" : " node --test" ,
You can’t perform that action at this time.
0 commit comments