Lawsun d230cfbce0 first commit il y a 2 ans
..
coverage d230cfbce0 first commit il y a 2 ans
.editorconfig d230cfbce0 first commit il y a 2 ans
.jshintignore d230cfbce0 first commit il y a 2 ans
.jshintrc d230cfbce0 first commit il y a 2 ans
.npmignore d230cfbce0 first commit il y a 2 ans
.travis.yml d230cfbce0 first commit il y a 2 ans
README.md d230cfbce0 first commit il y a 2 ans
index.js d230cfbce0 first commit il y a 2 ans
package.json d230cfbce0 first commit il y a 2 ans

README.md

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