xdl
Version:
The Expo Development Library
19 lines (18 loc) • 461 B
JavaScript
;
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