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