/** * Backstage DevTools backend plugin that contains the API for retrieving package dependencies and current configuration which is used by the Backstage DevTools frontend plugin. * * @packageDocumentation */ export { DevToolsBackendApi } from './api'; export * from './service/router'; export { devtoolsPlugin as default } from './plugin';