UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

4 lines 174 B
export function excludeUndefined(obj) { return Object.fromEntries(Object.entries(obj).filter(([, v]) => v !== undefined)); } //# sourceMappingURL=exclude-undefined.js.map