Lawsun d230cfbce0 first commit 1 年之前
..
coverage d230cfbce0 first commit 1 年之前
.editorconfig d230cfbce0 first commit 1 年之前
.jshintignore d230cfbce0 first commit 1 年之前
.jshintrc d230cfbce0 first commit 1 年之前
.npmignore d230cfbce0 first commit 1 年之前
.travis.yml d230cfbce0 first commit 1 年之前
README.md d230cfbce0 first commit 1 年之前
index.js d230cfbce0 first commit 1 年之前
package.json d230cfbce0 first commit 1 年之前

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