ng-afelio
Version:
Extended Angular CLI
14 lines (13 loc) • 430 B
JavaScript
;
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;