UNPKG

branch-remover

Version:

A small application for quickly removing unnecessary branches from GitHub.

6 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Auth = void 0; var Auth_1 = require("./Auth"); Object.defineProperty(exports, "Auth", { enumerable: true, get: function () { return Auth_1.Auth; } }); //# sourceMappingURL=index.js.map