prepend-http
Prepend `https://` to humanized URLs like sindresorhus.com and localhost
Prepend `https://` to humanized URLs like sindresorhus.com and localhost
Convert bytes to a human readable string: 1337 → 1.34 kB
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
Converts a number to/from a human readable string: `1337` ↔ `1.34kB`
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
Parse bytes to human readable sizes (4747) → ('4.75 KB') and vice versa.
Convert bytes to a human readable string: 1337 → 1.34 kB
Convert number to a human readable string: `13500` → `13.5K`
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 😑
Convert bytes to a human readable string: 1337 → 1.30 kB
Parse, convert, and humanize metric sizes
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
Convert bytes to a human readable string: 1337 → 1.34 kB
Parse, convert, and humanize imperial sizes
Format sizes from bytes to human readable strings
Convert bytes to a human readable string: 1337 → 1.31 kB
Parsing and Formatting of SI numbers: `SI.format(0.000005, 'M')` → `'5µM'`
Display durations in short yet human readable way.
``` $ npm install --save pretty-file-byte ```