Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 9, 2022 10:31 pm GMT

NPM Needs: pretty-bytes

Note: this was originally posted on my personal site

What Is It?

pretty-bytes is a utility used to convert an integer form of bytes to a more human readable form (bytes to kilobytes, for example). pretty-bytes-cli is a command line wrapper for the same package.

Usage Examples

import prettyBytes from 'pretty-bytes'prettyBytes(100)// '100 B'prettyBytes(1650)// '1.65 kB'

More Info


Original Link: https://dev.to/andrewusher/npm-needs-pretty-bytes-4h56

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To