humanize-bytes transfer humanize size to bytes Installation $ npm install humanize-bytes Examples var bytes = require('humanize-bytes'); bytes('1kb') // => 1024 bytes(1024) // => 1024 License MIT