@technically/omit-undefined @technically/omit-undefined is a micro-package to filter out undefined object properties. Usage import { omitUndefined } from '@technically/omit-undefined'; const result = omitUndefined({ x: undefined, y: 1 }); // { y: 1 } Related packages @technically/is-not-undefined @technically/is-not-null License MIT Credits Authored by Ivan Voskoboinyk.