/** * The Backstage backend plugin that provides the Backstage catalog * * @packageDocumentation */ export { catalogPlugin as default } from './service/CatalogPlugin'; export * from './processors'; export * from './constants';