(fork of omit-empty) Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.
npm install omit-empty-esomit-empty-esThis is a (_temporary_) fork of the omit-empty library by Jon Schlinkert and is meant to produce a bundle that is properly consumed by modern build tools (Babel, Webpack, etc.).
> Hopefully we can merge those changes upstream and this repository/package won't be necessary anymore.
``bash`
npm install --save omit-empty-es
`bash`
yarn add omit-empty-es
`js``
import omitEmpty from 'omit-empty-es';