UNPKG

@amxdev/format-bytes

Version:

Format bytes as human-readable string (e.g. 2.5 MB).

22 lines (13 loc) 269 B
# @amxdev/format-bytes > Format bytes as human-readable string (e.g. 2.5 MB). ## Install ```bash npm install @amxdev/format-bytes ``` ## Usage ```ts import { formatbytes } from "@amxdev/format-bytes"; formatbytes(formatBytes(1024) // "1 KB") ``` ## License MIT