UNPKG

rtd-bot

Version:

An unofficial GitHub Action that helps reveiwing on Read the Docs

3 lines (2 loc) 135 B
import { Project } from "./rtd"; export default function buildBody(existingBody: string, projects: Project[], branch: string): string;