in src/common/output-utils/asciidoc.ts [12:17]
function hasTemplate( type: PrType | keyof Config['templates']['prs'], config: Config ): type is keyof Config['templates']['prs'] { return type in config.templates.prs; }