@expo/xdl
Version:
The Expo Development Library
24 lines (18 loc) • 472 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.assertValidProjectRoot = assertValidProjectRoot;
function _xdl() {
const data = require("../xdl");
_xdl = function () {
return data;
};
return data;
}
function assertValidProjectRoot(projectRoot) {
if (!projectRoot) {
throw new (_xdl().XDLError)('NO_PROJECT_ROOT', 'No project root specified');
}
}
//# sourceMappingURL=../__sourcemaps__/project/errors.js.map