@teambit/workspace
Version:
20 lines (18 loc) • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "AlreadyExistsError", {
enumerable: true,
get: function () {
return _alreadyExists().AlreadyExistsError;
}
});
function _alreadyExists() {
const data = require("./already-exists");
_alreadyExists = function () {
return data;
};
return data;
}
//# sourceMappingURL=index.js.map