UNPKG

218 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class Repo {
4 constructor() {
5 this.name = '';
6 this.dir = '';
7 }
8}
9exports.Repo = Repo;
10//# sourceMappingURL=repo.js.map
\No newline at end of file