UNPKG

badge-urls

Version:

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

6 lines (5 loc) 350 B
import { ShieldsIOOptions } from "../../options"; /** Label for Bintray (/bintray/v/:subject/:repo/:packageName) */ export declare const label = "Bintray"; /** URL for Bintray (/bintray/v/:subject/:repo/:packageName) */ export declare const url: (subject: string, repo: string, packagename: string, options?: ShieldsIOOptions | undefined) => string;