Sky Chen

Results 3 issues of Sky Chen

As per https://github.com/zeit/ms/issues/124 Here is the PR to add decimal place support. Default is `0`, max decimal place is `3`. ```js ms(60000, { decimal: 1 }) // "1m" ms(66000, {...

Instead of always round to integer, if it can round to certain decimal place it will be great! For example: ```js ms(60000, {decimal: 1 }) // "1m" ms(66000, {decimal: 1...

The latest version of the package in npm is v2.0.5, but there is no 2.0.5 release/tag: https://github.com/eligrey/FileSaver.js/tags