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