Lawsun d230cfbce0 first commit 1 năm trước cách đây
..
coverage d230cfbce0 first commit 1 năm trước cách đây
.editorconfig d230cfbce0 first commit 1 năm trước cách đây
.jshintignore d230cfbce0 first commit 1 năm trước cách đây
.jshintrc d230cfbce0 first commit 1 năm trước cách đây
.npmignore d230cfbce0 first commit 1 năm trước cách đây
.travis.yml d230cfbce0 first commit 1 năm trước cách đây
README.md d230cfbce0 first commit 1 năm trước cách đây
index.js d230cfbce0 first commit 1 năm trước cách đây
package.json d230cfbce0 first commit 1 năm trước cách đây

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