UNPKG

branch-remover

Version:

A small application for quickly removing unnecessary branches from GitHub.

12 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Auth = void 0; class Auth { constructor(owner, repo, token) { this.owner = owner; this.repo = repo; this.token = token; } } exports.Auth = Auth; //# sourceMappingURL=Auth.js.map