JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15178
  • Score
    100M100P100Q157492F
  • License Apache-2.0

Bytes formatter module from the Glize library.

Package Exports

  • bytes-formatter

Readme

Bytes Formatter Tweet

Build Status License NPM version Website

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.