humanize-bytes

1.0.1 • Public • Published

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

/humanize-bytes/

    Package Sidebar

    Install

    npm i humanize-bytes

    Weekly Downloads

    19,397

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • dead_horse