UNPKG

xrefcli

Version:

CLI command for the searching through OpenEdge XREF

10 lines 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Repo { constructor() { this.name = ''; this.dir = ''; } } exports.Repo = Repo; //# sourceMappingURL=repo.js.map