bytes-to-human
v1.1.4
Published
Convert bytes to human format like '1 KB'
Readme
Bytes to Human
Convert bytes to human format like "1 KB". 0 dependencies. Easy to copy paste into new projects.
How to install
pnpm install human-to-bytesHow to use
formatBytes(1500, 1) // 1.5 KB
formatBytes(1048576) // 1MB 