for more information visit the package's GitHub page
Package contains the following modules:
This library converts a file size in bytes into a human readable string.
Examples:
format 1234 == "1.23 kB"
format 238674052 == "238.67 MB"
format 543 == "543 B"
See package documentation for more details and customization options.
formatBase2
as a convenience function (alias for formatWith { defaultSettings | units = Base2 }
.