UNPKG

562 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.parsePnpmWorkspace = exports.parsePnpmProject = void 0;
4const parse_project_1 = require("./parse-project");
5Object.defineProperty(exports, "parsePnpmProject", { enumerable: true, get: function () { return parse_project_1.parsePnpmProject; } });
6const parse_workspace_1 = require("./parse-workspace");
7Object.defineProperty(exports, "parsePnpmWorkspace", { enumerable: true, get: function () { return parse_workspace_1.parsePnpmWorkspace; } });
8//# sourceMappingURL=index.js.map
\No newline at end of file