UNPKG

omit-undefined

Version:

Creates an object composed of the own and inherited enumerable string keyed properties of object that doesn't undefined.

3 lines (2 loc) 101 B
export declare function omitUndefined<T = any>(object: T): T; export { omitUndefined as default };