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
- Get locally or globally installation path of given package name.☆42Updated last year
- Write data to a random temporary file☆104Updated 3 months ago
- Conditional promise chains☆60Updated 3 years ago
- Check if a URL is absolute☆78Updated 3 years ago
- Get the arguments of a function, arrow function, generator function, async function☆52Updated last year
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Sort an object's keys, including an optional key list☆30Updated 4 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆53Updated last year
- Wait for any promise to be fulfilled☆55Updated 2 years ago
- A modern logging library for Node.js that provides log level mapping to the console☆39Updated last year
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆67Updated 3 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- The cheesy object formatter☆36Updated 3 years ago
- Require global npm as a local node module.☆32Updated 2 years ago
- Reduce a list of values using promises into a promise for a value☆68Updated last year
- capitalize a string, or all words in a string☆40Updated 3 years ago
- Import a module like with `require()` but from a given path☆86Updated 2 years ago
- Check if something is a promise☆47Updated 3 years ago
- Wraps FileReader in a Promise☆31Updated 2 years ago
- A wrapper for JSON.stringify that handles circular references and prevent defined getters from throwing errors.☆56Updated 4 months ago
- Ellipsizes a string at the nearest whitespace character near the end of allowed length☆44Updated last year
- A Babel plugin which automatically makes stack traces source-map aware☆45Updated last year
- Additional PropTypes for React☆26Updated this week
- Get the first fulfilled promise that satisfies the provided testing function☆74Updated 2 years ago
- Get the path of the parent module☆77Updated last year
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Middleware allowing the client to filter the response to only what they need, reducing the amount of traffic over the wire.☆23Updated 4 years ago
- A better `Promise.race()`☆46Updated last year
- Replace all substring matches in a string☆88Updated 3 years ago