21.6.12 • Published 3 years ago

bytes-formatter v21.6.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Bytes Formatter Tweet

Build Status License NPM version Website NPM downloads

Bytes formatter module from Glize library.

Usage

npm install bytes-formatter --save
import { formatBytes } from 'bytes-formatter';

/**
 * Formats given <code>bytes</code> to human friendly format.
 * @param {number} bytes The bytes to be formatted.
 * @return {string} The formatted bytes as string.
 */
console.log(formatBytes(1024)); // 1.0 KB

For more information please visit Glize project page.

21.6.12

3 years ago

21.6.11

3 years ago

21.6.10

3 years ago

21.6.8

3 years ago

21.6.9

3 years ago

21.6.7

3 years ago

21.6.6

3 years ago

21.6.5

3 years ago

21.6.4

3 years ago

21.6.3

3 years ago

21.6.2

3 years ago

21.6.1

3 years ago

21.6.0

3 years ago