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