@zodash/file-size
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

@zodash/base62

TODO: description

Usage

import { fileSize } from '@zodash/fileSize';

> fileSize(5); // -> '5'
> fileSize(1500); // -> '1.46K'
> fileSize(1500000); // -> '1.43M'
> fileSize(1500000000); // -> '1.4G'
> fileSize(1500000000000); // -> '1.36T'

Readme

Keywords

Package Sidebar

Install

npm i @zodash/file-size

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

4.54 kB

Total Files

6

Last publish

Collaborators

  • uniquecolesmith