UNPKG

@teambit/workspace

Version:
33 lines (31 loc) 720 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "AlreadyExistsError", { enumerable: true, get: function () { return _exceptions().AlreadyExistsError; } }); Object.defineProperty(exports, "ComponentConfigFile", { enumerable: true, get: function () { return _componentConfigFile().ComponentConfigFile; } }); function _componentConfigFile() { const data = require("./component-config-file"); _componentConfigFile = function () { return data; }; return data; } function _exceptions() { const data = require("./exceptions"); _exceptions = function () { return data; }; return data; } //# sourceMappingURL=index.js.map