UNPKG

@expo/xdl

Version:
24 lines (18 loc) 472 B
"use strict"; 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