UNPKG

badge-urls

Version:

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

6 lines (5 loc) 387 B
import { ShieldsIOOptions } from "../../options"; /** Label for GitHub Pre-Releases (/github/downloads-pre/:user/:repo/:tag/total) */ export declare const label = "GitHub Pre-Releases"; /** URL for GitHub Pre-Releases (/github/downloads-pre/:user/:repo/:tag/total) */ export declare const url: (user: string, repo: string, tag: string, options?: ShieldsIOOptions | undefined) => string;