humanize-bytes

1.0.1 • Public • Published

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

Dependencies (1)

Dev Dependencies (4)

Package Sidebar

Install

npm i humanize-bytes

Weekly Downloads

21,802

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dead_horse