pretty-file-byte

0.0.1 • Public • Published

Install

$ npm install --save pretty-file-byte

Usage

const prettyByte = require('pretty-file-byte');

prettyByte(1337);
//=> '1.34 kB'

prettyByte(100);
//=> '100 B'

prettyByte(1020,'B');
//=> '1020 B'

prettyByte(1020,'KB');
//=> '1.02 KB'

Package Sidebar

Install

npm i pretty-file-byte

Weekly Downloads

3

Version

0.0.1

License

none

Last publish

Collaborators

  • weiguoheng