Lawsun d230cfbce0 first commit vor 1 Jahr
..
coverage d230cfbce0 first commit vor 1 Jahr
.editorconfig d230cfbce0 first commit vor 1 Jahr
.jshintignore d230cfbce0 first commit vor 1 Jahr
.jshintrc d230cfbce0 first commit vor 1 Jahr
.npmignore d230cfbce0 first commit vor 1 Jahr
.travis.yml d230cfbce0 first commit vor 1 Jahr
README.md d230cfbce0 first commit vor 1 Jahr
index.js d230cfbce0 first commit vor 1 Jahr
package.json d230cfbce0 first commit vor 1 Jahr

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