UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

8 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.excludeUndefined = void 0; function excludeUndefined(obj) { return Object.fromEntries(Object.entries(obj).filter(([, v]) => v !== undefined)); } exports.excludeUndefined = excludeUndefined; //# sourceMappingURL=excludeUndefined.js.map