UNPKG

ng-afelio

Version:
14 lines (13 loc) 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GithubConnector = void 0; const connector_1 = require("./connector"); class GithubConnector extends connector_1.PluginConnector { getReleases() { throw new Error('Method not implemented.'); } download(release, tempPath) { throw new Error('Method not implemented.'); } } exports.GithubConnector = GithubConnector;