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 6 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☆80Updated 4 months ago
- Conditional promise chains☆63Updated 4 years ago
- Filter object keys and values into a new object☆105Updated last year
- Generate a unique random string☆89Updated 3 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Check if something is a promise☆45Updated 4 years ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Compose promise-returning & async functions into a reusable pipeline☆126Updated 4 years ago
- Write data to a random temporary file☆108Updated 2 weeks ago
- Replace all substring matches in a string☆90Updated 4 years ago
- Get the path of the caller module☆67Updated 4 years ago
- Reduce a list of values using promises into a promise for a value☆74Updated 2 years ago
- Get the extension of a given filename or path☆30Updated 7 years ago
- Get the path of the parent module☆79Updated 4 months ago
- List of JavaScript types☆83Updated last year
- Sort an object's keys, including an optional key list☆35Updated 3 weeks ago
- Run promise-returning & async functions repeatedly until you end it☆48Updated last week
- Check if a value is a plain object☆104Updated last year
- Get the arguments of a function, arrow function, generator function, async function☆54Updated 2 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Filter promises concurrently☆80Updated 2 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 months ago
- This repository has been archived, use Enquirer instead.☆44Updated 7 years ago
- Ensures a value is a valid error by making it one if not☆86Updated 4 months ago
- Indent each line in a string☆115Updated 3 years ago
- Simplify npm scripts with `if-env ... && npm run this || npm run that`☆98Updated 6 months ago
- Run promise-returning & async functions in series, each passing its result to the next☆78Updated 4 months ago
- Lazy number range generator☆83Updated 2 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Updated 4 months ago