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.
☆74Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for omit-empty
- Check if a URL is absolute☆78Updated 3 years ago
- Wait for any promise to be fulfilled☆55Updated 2 years ago
- Import a module like with `require()` but from a given path☆86Updated 2 years ago
- Write data to a random temporary file☆104Updated 3 months ago
- Filter object keys and values into a new object☆100Updated 5 months ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Conditional promise chains☆60Updated 3 years ago
- Iterate over promises serially☆50Updated 2 years ago
- This repository has been archived, use Enquirer instead.☆44Updated 6 years ago
- Require global npm as a local node module.☆32Updated 2 years ago
- Get the path of the parent module☆77Updated last year
- Reduce a list of values using promises into a promise for a value☆68Updated last year
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Sort an object's keys, including an optional key list☆30Updated 4 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Creates a minimal Express server for testing☆119Updated 5 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆67Updated 3 years ago
- Additional PropTypes for React☆26Updated last week
- Convert HTML entities to HTML characters, e.g. `>` => `>`.☆39Updated 3 years ago
- A wrapper for JSON.stringify that handles circular references and prevent defined getters from throwing errors.☆56Updated 3 months ago
- Simplify npm scripts with `if-env ... && npm run this || npm run that`☆97Updated 3 years ago
- Temporary files and dirs for Node.js☆68Updated 3 months ago
- Compose promise-returning & async functions into a reusable pipeline☆122Updated 3 years ago
- Get the extension of a given filename or path☆30Updated 6 years ago
- Locate a program or locally installed node module's executable☆78Updated 8 years ago
- A Babel plugin which automatically makes stack traces source-map aware☆45Updated last year
- Generate a unique random string☆85Updated 2 years ago
- Prepend data to a file.☆34Updated last year
- Run your code after compilation is done.☆18Updated 2 years ago