UNPKG

@backstage/plugin-catalog-backend-module-puppetdb

Version:

A Backstage catalog backend module that helps integrate towards PuppetDB

11 lines (8 loc) 346 B
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api'; /** * Registers the `PuppetDbEntityProvider` with the catalog processing extension point. * * @alpha */ declare const catalogModulePuppetDbEntityProvider: _backstage_backend_plugin_api.BackendFeature; export { catalogModulePuppetDbEntityProvider as default };