UNPKG

just-scripts

Version:
11 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isMonoRepo = void 0; const path = require("path"); const fs = require("fs"); function isMonoRepo(rootPath) { const scriptsPath = path.join(rootPath, 'scripts'); return fs.existsSync(scriptsPath); } exports.isMonoRepo = isMonoRepo; //# sourceMappingURL=isMonoRepo.js.map