UNPKG

badge-urls

Version:

Helper functions to generate URLs for all badges / shields from shields.io

6 lines (5 loc) 422 B
import { ShieldsIOOptions } from "../../options"; /** Label for GitHub pull request check state (/github/status/s/pulls/:user/:repo/:number) */ export declare const label = "GitHub pull request check state"; /** URL for GitHub pull request check state (/github/status/s/pulls/:user/:repo/:number) */ export declare const url: (user: string, repo: string, number: string, options?: ShieldsIOOptions | undefined) => string;