"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertValidProjectRoot = assertValidProjectRoot; function _internal() { const data = require("../internal"); _internal = function () { return data; }; return data; } function assertValidProjectRoot(projectRoot) { if (!projectRoot) { throw new (_internal().XDLError)('NO_PROJECT_ROOT', 'No project root specified'); } } //# sourceMappingURL=errors.js.map