UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

8 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.filterNil = void 0; function filterNil(value) { return value !== null && value !== undefined; } exports.filterNil = filterNil; //# sourceMappingURL=filterEmpty.js.map