UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

8 lines 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.maybe = void 0; function maybe(value) { return value; } exports.maybe = maybe; //# sourceMappingURL=maybe.js.map