@amxdev/format-bytes
v1.0.1
Published
Format bytes as human-readable string (e.g. 2.5 MB).
Maintainers
Readme
@amxdev/format-bytes
Format bytes as human-readable string (e.g. 2.5 MB).
Install
npm install @amxdev/format-bytesUsage
import { formatbytes } from "@amxdev/format-bytes";
formatbytes(formatBytes(1024) // "1 KB")License
MIT
