UNPKG

rtd-bot

Version:

An unofficial GitHub Action that helps reveiwing on Read the Docs

5 lines (4 loc) 111 B
/** * RTD replaces '/' with '-' in the branch name. */ export default function escape(name: string): string;