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