Package Exports
- bytes-formatter
Readme
Bytes Formatter 
Bytes formatter module from the Glize library.
Usage
npm install bytes-formatter --save
import {formatBytes} from 'bytes-formatter';
console.log(formatBytes(1024)); // 1.0 Kb
For more information please visit Glize project page.