UNPKG

badge-urls

Version:

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

6 lines (5 loc) 472 B
import { ShieldsIOOptions } from "../../options"; /** Label for Bitbucket Server open pull requests (/bitbucket/pr/:user/:repo?server=https%3A%2F%2Fbitbucket.mydomain.net) */ export declare const label = "Bitbucket Server open pull requests"; /** URL for Bitbucket Server open pull requests (/bitbucket/pr/:user/:repo?server=https%3A%2F%2Fbitbucket.mydomain.net) */ export declare const url: (user: string, repo: string, options?: ShieldsIOOptions | undefined) => string;