1.0.3 • Published 6 years ago

@lxfriday/size-transformer v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

size-transformer

文件大小单位转换

install

npm i @lxfriday/size-transformer
# or
yarn add @lxfriday/size-transformer

参数

  • size {number} 要转换的文件大小

用法

const transformer = require('@lxfriday/size-transformer');
console.log(transformer(1024 * 1024 * 1024 * 1024)); // 1.00 TB
console.log(transformer(1024)); // 1.00 KB
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago