Numeral-js icon indicating copy to clipboard operation
Numeral-js copied to clipboard

fix format < 1 bug

Open yasin459 opened this issue 4 years ago • 0 comments

refrencing issue #568 in bytes.js we had a if statement that would never be called if value was <1 so I added a check, and fixed that, I also added some new tests, all 178 test passed using grunt

yasin459 avatar Dec 24 '21 10:12 yasin459