UNPKG

@amxdev/format-bytes

Version:

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

17 lines 429 B
{ "name": "@amxdev/format-bytes", "version": "1.0.1", "description": "Format bytes as human-readable string (e.g. 2.5 MB).", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": ["format-bytes", "utility", "typescript", "amxdev"], "author": "Alok Mishra", "license": "MIT", "publishConfig": { "access": "public" } }