jonschlinkert / omit-emptyLinks
Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you would expect with `compact` for arrays.
☆73Updated 5 years ago
Alternatives and similar repositories for omit-empty
Users that are interested in omit-empty are comparing it to the libraries listed below
Sorting:
- Check if a URL is absolute☆79Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Write data to a random temporary file☆105Updated 11 months ago
- Get the path of the parent module☆77Updated last year
- Conditional promise chains☆61Updated 4 years ago
- Get locally or globally installation path of given package name.☆43Updated 2 years ago
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 4 years ago
- Convert HTML entities to HTML characters, e.g. `>` => `>`.☆39Updated 3 years ago
- This repository has been archived, use Enquirer instead.☆44Updated 6 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆156Updated last year
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Get the extension of a given filename or path☆30Updated 7 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆53Updated 2 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Filter object keys and values into a new object☆102Updated last year
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Filter promises concurrently☆76Updated last year
- Sort an object's keys, including an optional key list☆32Updated 4 months ago
- Mimic a Node.js HTTP response stream☆59Updated last year
- Get the arguments of a function, arrow function, generator function, async function☆52Updated last year
- Replace all substring matches in a string☆88Updated 3 years ago
- Temporary files and dirs for Node.js☆68Updated last year
- Run promise-returning & async functions in series, each passing its result to the next☆75Updated 4 years ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Simplify npm scripts with `if-env ... && npm run this || npm run that`☆98Updated last month
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- CLI tool for publishing your static website to a separate branch☆69Updated 5 years ago
- A simple and pragmatic library for testing Node.js console output.☆85Updated 2 years ago