pretty-bytes
Convert bytes to a human readable string: 1337 → 1.34 kB
parse-decimal-number
Parse a decimal number with i18n format support (localized decimal points and thousands separators)
pretty-bytes-es5
Convert bytes to a human readable string: 1337 → 1.34 kB and works on IE 11 because we don't use arrow functions and use `var` instead of `const` to declare variables 😑