Anonymous View
Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

alibaba-archive/humanize-bytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

transform humanize size to byte

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors