humanize-bytes
transfer humanize size to byte

humanize-bytes downloads humanize-bytes version humanize-bytes license

humanize-bytesSimilar Packages:
Npm Package Weekly Downloads Trend
3 Years
🌟 Show real-time usage chart on humanize-bytes's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of humanize-bytes](https://npm-compare.com/img/npm-trend/THREE_YEARS/humanize-bytes.png)](https://npm-compare.com/humanize-bytes#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Show GitHub stars trend chart on humanize-bytes's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of humanize-bytes](https://npm-compare.com/img/github-trend/humanize-bytes.png)](https://npm-compare.com/humanize-bytes)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
humanize-bytes24,4363-010 years agoMIT
README for humanize-bytes

humanize-bytes

NPM version build status Test coverage Gittip David deps

transfer humanize size to bytes

Installation

$ npm install humanize-bytes

Examples

var bytes = require('humanize-bytes');

bytes('1kb') // => 1024
bytes(1024) // => 1024

License

MIT