/** * The module "gitlab" for the Backstage backend plugin "events-backend" * adding an event router and token validator for GitLab. * * @packageDocumentation */ export { createGitlabTokenValidator } from './http/createGitlabTokenValidator'; export { GitlabEventRouter } from './router/GitlabEventRouter';