Isomorphic function to convert a bytes value (e.g. 3456) to a human-readable string ('3.5 kB')
☆90Dec 6, 2024Updated last year
Alternatives and similar repositories for byte-size
Users that are interested in byte-size are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A use-anywhere, github-flavoured-markdown table generator.☆11May 11, 2025Updated last year
- A cache for managing namespaced sub-caches☆14Sep 4, 2021Updated 4 years ago
- A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset…☆31Dec 18, 2020Updated 5 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Dec 31, 2020Updated 5 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Jan 17, 2022Updated 4 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- TypeScript AST Transformer that adds source file and line number to JSX elements☆11Jul 25, 2023Updated 2 years ago
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years ago
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15May 10, 2026Updated 2 weeks ago
- Check and get file hashes using sha1, md5 etc....☆21Aug 16, 2024Updated last year
- Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a sup…☆18Sep 14, 2018Updated 7 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Dec 16, 2020Updated 5 years ago
- A list of objects bound by prototype chain☆20Oct 25, 2025Updated 7 months ago
- Styleable plain-text table generator. Useful for formatting console output.☆24Sep 17, 2025Updated 8 months ago
- Try to guess if your terminal supports unicode☆18Dec 16, 2020Updated 5 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Returns true if a string has an extglob☆23May 25, 2019Updated 7 years ago
- One promise for multiple requests in flight to avoid async duplication☆17Aug 4, 2020Updated 5 years ago
- Modern version of duplexer2☆16Oct 27, 2022Updated 3 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Dec 15, 2020Updated 5 years ago
- Define a non-enumerable property on an object.☆21Mar 14, 2023Updated 3 years ago
- Create an array by repeating the given string n times.☆19Apr 7, 2021Updated 5 years ago
- Node's internal object extension function, for you!☆28Mar 7, 2023Updated 3 years ago
- Call the given method on each value in the given object.☆20Mar 14, 2023Updated 3 years ago
- Get an ArrayBuffer from a Buffer as fast as possible☆20Jul 9, 2021Updated 4 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- ☆20Oct 18, 2021Updated 4 years ago
- Basic cache object for storing key-value pairs. Based on MapCache in Lo-dash 3.0☆20May 10, 2016Updated 10 years ago
- list of SPDX standard license exceptions☆16Apr 25, 2024Updated 2 years ago
- Uses babel to extract JavaScript code comments from a string. Returns an array of comment objects, with line, column, index, comment type…☆14May 22, 2018Updated 8 years ago
- Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, funct…