/** * A module for the scaffolder backend that lets you interact with azure * * @packageDocumentation */ export * from './actions'; export { azureModule as default } from './module';