jonschlinkert / omit-empty
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
- Get the extension of a given filename or path☆30Updated 6 years ago
- Conditional promise chains☆60Updated 4 years ago
- Simplify npm scripts with `if-env ... && npm run this || npm run that`☆97Updated 4 years ago
- Import a module like with `require()` but from a given path☆86Updated 2 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Replace all substring matches in a string☆88Updated 3 years ago
- Additional PropTypes for React☆26Updated this week
- Get the path of the parent module☆77Updated last year
- This repository has been archived, use Enquirer instead.☆44Updated 6 years ago
- Require global npm as a local node module.☆32Updated 3 years ago
- Webpack plugin for mapping modules onto different files☆27Updated 8 years ago
- Filter object keys and values into a new object☆101Updated 11 months ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Utility for easily feeding mock responses to unit tests that require command line input from the user☆39Updated 10 years ago
- Check if something is a promise☆46Updated 4 years ago
- Temporary files and dirs for Node.js☆68Updated 9 months ago
- Sort an object's keys, including an optional key list☆31Updated 2 months ago
- Check if a URL is absolute☆79Updated 3 years ago
- Input module for Listr☆33Updated 5 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- The cheesy object formatter☆36Updated 4 years ago
- Write data to a random temporary file☆105Updated 9 months ago
- Get the arguments of a function, arrow function, generator function, async function☆52Updated last year
- React Storybook Addon to show component properties and stories into panels☆22Updated 7 years ago
- Get the shortest leading whitespace from lines in a string☆19Updated 4 years ago
- Babel plugin to report dynamic imports with import-inspector with metadata about the import☆38Updated 7 years ago
- Turn an array into a list of comma-separated values, appropriate for use in an English sentence.☆26Updated 2 years ago
- Recursively remove *all* node_modules directories within the chosen root directory☆26Updated 8 years ago
- Convert HTML entities to HTML characters, e.g. `>` => `>`.☆39Updated 3 years ago