@teambit/export
Version:
18 lines (16 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ExportAspect = void 0;
function _harmony() {
const data = require("@teambit/harmony");
_harmony = function () {
return data;
};
return data;
}
const ExportAspect = exports.ExportAspect = _harmony().Aspect.create({
id: 'teambit.scope/export'
});
//# sourceMappingURL=export.aspect.js.map